Color Hex Logo

#b99157 Color Hex

#B99157
(185,145,87)
0 Favorites   0 Comments

Color spaces of #b99157

RGB 18514587
HSL0.100.410.53
HSV36°53°73°
CMYK 0.000.220.53   0.27
XYZ31.853331.253213.3704
Yxy31.25320.41650.4087
Hunter Lab55.90463.872724.9531
CIE-Lab62.72087.989336.3167

#b99157 color RGB value is (185,145,87).

#b99157 hex color red value is 185, green value is 145 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b99157 hue: 0.10 , saturation: 0.41 and the lightness value of b99157 is 0.53.

The process color (four color CMYK) of #b99157 color hex is 0.00, 0.22, 0.53, 0.27. Web safe color of #b99157 is #cc9966. Color #b99157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 01010111
Octal 271 221 127
Decimal 185 145 87
Hex B9 91 57

RGB Percentages of Color #b99157

%44.36
%34.77
%20.86

CMYK Percentages of Color #b99157

%0
%22
%53
%27

Triadic Colors of #b99157

#b99157 #57b991 #9157b9

Analogous Colors of #b99157

#b99157 #b0b957 #b96057

Monochromatic Colors of #b99157

#b99157

Complementary Color

#b99157 #577fb9

#b99157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99157 Color CSS Codes

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

#b99157 Text Font Color

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

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


#b99157 Background Color

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

This div background color is #b99157


#b99157 Border Color

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

This div border color is #b99157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99157


Comments

No comments written yet.

Please login to write comment.