Color Hex Logo

#b99e7a Color Hex

#B99E7A
(185,158,122)
0 Favorites   0 Comments

Color spaces of #b99e7a

RGB 185158122
HSL0.100.310.60
HSV34°34°73°
CMYK 0.000.150.34   0.27
XYZ35.747336.173123.5104
Yxy36.17310.37460.3791
Hunter Lab60.14410.841318.9243
CIE-Lab66.65204.656522.5176

#b99e7a color RGB value is (185,158,122).

#b99e7a hex color red value is 185, green value is 158 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b99e7a hue: 0.10 , saturation: 0.31 and the lightness value of b99e7a is 0.60.

The process color (four color CMYK) of #b99e7a color hex is 0.00, 0.15, 0.34, 0.27. Web safe color of #b99e7a is #cc9966. Color #b99e7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 01111010
Octal 271 236 172
Decimal 185 158 122
Hex B9 9E 7A

RGB Percentages of Color #b99e7a

%39.78
%33.98
%26.24

CMYK Percentages of Color #b99e7a

%0
%15
%34
%27

Triadic Colors of #b99e7a

#b99e7a #7ab99e #9e7ab9

Analogous Colors of #b99e7a

#b99e7a #b5b97a #b97f7a

Monochromatic Colors of #b99e7a

#b99e7a

Complementary Color

#b99e7a #7a95b9

#b99e7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99e7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99e7a Color CSS Codes

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

#b99e7a Text Font Color

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

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


#b99e7a Background Color

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

This div background color is #b99e7a


#b99e7a Border Color

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

This div border color is #b99e7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99e7a


Comments

No comments written yet.

Please login to write comment.