Color Hex Logo

#b99623 Color Hex

#B99623
(185,150,35)
0 Favorites   0 Comments

Color spaces of #b99623

RGB 18515035
HSL0.130.680.43
HSV46°81°73°
CMYK 0.000.190.81   0.27
XYZ31.217332.24836.1693
Yxy32.24830.44830.4631
Hunter Lab56.7876-1.253233.3102
CIE-Lab63.54762.098660.3344

#b99623 color RGB value is (185,150,35).

#b99623 hex color red value is 185, green value is 150 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b99623 hue: 0.13 , saturation: 0.68 and the lightness value of b99623 is 0.43.

The process color (four color CMYK) of #b99623 color hex is 0.00, 0.19, 0.81, 0.27. Web safe color of #b99623 is #cc9933. Color #b99623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 00100011
Octal 271 226 43
Decimal 185 150 35
Hex B9 96 23

RGB Percentages of Color #b99623

%50.00
%40.54
%9.46

CMYK Percentages of Color #b99623

%0
%19
%81
%27

Triadic Colors of #b99623

#b99623 #23b996 #9623b9

Analogous Colors of #b99623

#b99623 #91b923 #b94b23

Monochromatic Colors of #b99623

#b99623

Complementary Color

#b99623 #2346b9

#b99623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99623 Color CSS Codes

.mybgcolor {background-color:#b99623; } 
.myforecolor {color:#b99623; }
.mybordercolor {border:3px solid #b99623; }

#b99623 Text Font Color

<p style="color:#b99623">Text here</p>

This sample text font color is #b99623
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b99623 Background Color

<div style="background-color:#b99623">
Div content here</div>

This div background color is #b99623


#b99623 Border Color

<div style="border:3px solid #b99623">
Div here</div>

This div border color is #b99623


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,150,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b99623; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b99623;
  -webkit-box-shadow: 1px 1px 3px 2px #b99623;
  box-shadow:         1px 1px 3px 2px #b99623; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,150,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b99623">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b99623;
  -webkit-box-shadow: 1px 1px 3px 2px #b99623;
  box-shadow:         1px 1px 3px 2px #b99623;">
Div content here</div>

This div box has shadow with color #b99623


Comments

No comments written yet.

Please login to write comment.