Color Hex Logo

#b99637 Color Hex

#B99637
(185,150,55)
0 Favorites   0 Comments

Color spaces of #b99637

RGB 18515055
HSL0.120.540.47
HSV44°70°73°
CMYK 0.000.190.70   0.27
XYZ31.603532.40288.2031
Yxy32.40280.43770.4487
Hunter Lab56.9235-0.514131.3023
CIE-Lab63.67442.968752.8996

#b99637 color RGB value is (185,150,55).

#b99637 hex color red value is 185, green value is 150 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b99637 hue: 0.12 , saturation: 0.54 and the lightness value of b99637 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 00110111
Octal 271 226 67
Decimal 185 150 55
Hex B9 96 37

RGB Percentages of Color #b99637

%47.44
%38.46
%14.10

CMYK Percentages of Color #b99637

%0
%19
%70
%27

Triadic Colors of #b99637

#b99637 #37b996 #9637b9

Analogous Colors of #b99637

#b99637 #9bb937 #b95537

Monochromatic Colors of #b99637

#b99637

Complementary Color

#b99637 #375ab9

#b99637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99637 Color CSS Codes

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

#b99637 Text Font Color

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

This sample text font color is #b99637
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.


#b99637 Background Color

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

This div background color is #b99637


#b99637 Border Color

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

This div border color is #b99637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99637


Comments

No comments written yet.

Please login to write comment.