Color Hex Logo

#bb994f Color Hex

#BB994F
(187,153,79)
0 Favorites   0 Comments

Color spaces of #bb994f

RGB 18715379
HSL0.110.440.52
HSV41°58°73°
CMYK 0.000.180.58   0.27
XYZ33.296033.911812.1879
Yxy33.91180.41940.4271
Hunter Lab58.23380.150628.3547
CIE-Lab64.89253.794743.0826

#bb994f color RGB value is (187,153,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01001111
Octal 273 231 117
Decimal 187 153 79
Hex BB 99 4F

RGB Percentages of Color #bb994f

%44.63
%36.52
%18.85

CMYK Percentages of Color #bb994f

%0
%18
%58
%27

Triadic Colors of #bb994f

#bb994f #4fbb99 #994fbb

Analogous Colors of #bb994f

#bb994f #a7bb4f #bb634f

Monochromatic Colors of #bb994f

#bb994f

Complementary Color

#bb994f #4f71bb

#bb994f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb994f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb994f Color CSS Codes

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

#bb994f Text Font Color

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

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


#bb994f Background Color

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

This div background color is #bb994f


#bb994f Border Color

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

This div border color is #bb994f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb994f


Comments

No comments written yet.

Please login to write comment.