Color Hex Logo

#bb994e Color Hex

#BB994E
(187,153,78)
0 Favorites   0 Comments

Color spaces of #bb994e

RGB 18715378
HSL0.110.440.52
HSV41°58°73°
CMYK 0.000.180.58   0.27
XYZ33.259933.897311.9976
Yxy33.89730.42020.4282
Hunter Lab58.22140.083628.5372
CIE-Lab64.88103.716943.5670

#bb994e color RGB value is (187,153,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01001110
Octal 273 231 116
Decimal 187 153 78
Hex BB 99 4E

RGB Percentages of Color #bb994e

%44.74
%36.60
%18.66

CMYK Percentages of Color #bb994e

%0
%18
%58
%27

Triadic Colors of #bb994e

#bb994e #4ebb99 #994ebb

Analogous Colors of #bb994e

#bb994e #a7bb4e #bb624e

Monochromatic Colors of #bb994e

#bb994e

Complementary Color

#bb994e #4e70bb

#bb994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb994e Color CSS Codes

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

#bb994e Text Font Color

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

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


#bb994e Background Color

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

This div background color is #bb994e


#bb994e Border Color

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

This div border color is #bb994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb994e


Comments

No comments written yet.

Please login to write comment.