Color Hex Logo

#bb995f Color Hex

#BB995F
(187,153,95)
0 Favorites   0 Comments

Color spaces of #bb995f

RGB 18715395
HSL0.110.400.55
HSV38°49°73°
CMYK 0.000.180.49   0.27
XYZ33.950334.173515.6332
Yxy34.17350.40530.4080
Hunter Lab58.45811.364525.0650
CIE-Lab65.10015.193935.1005

#bb995f color RGB value is (187,153,95).

#bb995f hex color red value is 187, green value is 153 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb995f hue: 0.11 , saturation: 0.40 and the lightness value of bb995f is 0.55.

The process color (four color CMYK) of #bb995f color hex is 0.00, 0.18, 0.49, 0.27. Web safe color of #bb995f is #cc9966. Color #bb995f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01011111
Octal 273 231 137
Decimal 187 153 95
Hex BB 99 5F

RGB Percentages of Color #bb995f

%42.99
%35.17
%21.84

CMYK Percentages of Color #bb995f

%0
%18
%49
%27

Triadic Colors of #bb995f

#bb995f #5fbb99 #995fbb

Analogous Colors of #bb995f

#bb995f #afbb5f #bb6b5f

Monochromatic Colors of #bb995f

#bb995f

Complementary Color

#bb995f #5f81bb

#bb995f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb995f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb995f Color CSS Codes

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

#bb995f Text Font Color

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

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


#bb995f Background Color

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

This div background color is #bb995f


#bb995f Border Color

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

This div border color is #bb995f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,153,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb995f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb995f;
  -webkit-box-shadow: 1px 1px 3px 2px #bb995f;
  box-shadow:         1px 1px 3px 2px #bb995f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,153,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb995f


Comments

No comments written yet.

Please login to write comment.