Color Hex Logo

#b99652 Color Hex

#B99652
(185,150,82)
0 Favorites   0 Comments

Color spaces of #b99652

RGB 18515082
HSL0.110.420.52
HSV40°56°73°
CMYK 0.000.190.56   0.27
XYZ32.436932.736212.5917
Yxy32.73620.41710.4210
Hunter Lab57.21561.068827.0027
CIE-Lab63.94674.813340.3990

#b99652 color RGB value is (185,150,82).

#b99652 hex color red value is 185, green value is 150 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b99652 hue: 0.11 , saturation: 0.42 and the lightness value of b99652 is 0.52.

The process color (four color CMYK) of #b99652 color hex is 0.00, 0.19, 0.56, 0.27. Web safe color of #b99652 is #cc9966. Color #b99652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 01010010
Octal 271 226 122
Decimal 185 150 82
Hex B9 96 52

RGB Percentages of Color #b99652

%44.36
%35.97
%19.66

CMYK Percentages of Color #b99652

%0
%19
%56
%27

Triadic Colors of #b99652

#b99652 #52b996 #9652b9

Analogous Colors of #b99652

#b99652 #a9b952 #b96352

Monochromatic Colors of #b99652

#b99652

Complementary Color

#b99652 #5275b9

#b99652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99652 Color CSS Codes

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

#b99652 Text Font Color

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

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


#b99652 Background Color

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

This div background color is #b99652


#b99652 Border Color

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

This div border color is #b99652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99652


Comments

No comments written yet.

Please login to write comment.