Color Hex Logo

#bb995e Color Hex

#BB995E
(187,153,94)
0 Favorites   0 Comments

Color spaces of #bb995e

RGB 18715394
HSL0.110.410.55
HSV38°50°73°
CMYK 0.000.180.50   0.27
XYZ33.905134.155415.3953
Yxy34.15540.40630.4093
Hunter Lab58.44261.281025.2913
CIE-Lab65.08575.098135.6098

#bb995e color RGB value is (187,153,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01011110
Octal 273 231 136
Decimal 187 153 94
Hex BB 99 5E

RGB Percentages of Color #bb995e

%43.09
%35.25
%21.66

CMYK Percentages of Color #bb995e

%0
%18
%50
%27

Triadic Colors of #bb995e

#bb995e #5ebb99 #995ebb

Analogous Colors of #bb995e

#bb995e #afbb5e #bb6b5e

Monochromatic Colors of #bb995e

#bb995e

Complementary Color

#bb995e #5e80bb

#bb995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb995e Color CSS Codes

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

#bb995e Text Font Color

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

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


#bb995e Background Color

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

This div background color is #bb995e


#bb995e Border Color

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

This div border color is #bb995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb995e


Comments

No comments written yet.

Please login to write comment.