Color Hex Logo

#bb994d Color Hex

#BB994D
(187,153,77)
0 Favorites   0 Comments

Color spaces of #bb994d

RGB 18715377
HSL0.120.450.52
HSV41°59°73°
CMYK 0.000.180.59   0.27
XYZ33.224333.883111.8102
Yxy33.88310.42100.4293
Hunter Lab58.20920.017128.7169
CIE-Lab64.86973.639944.0494

#bb994d color RGB value is (187,153,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01001101
Octal 273 231 115
Decimal 187 153 77
Hex BB 99 4D

RGB Percentages of Color #bb994d

%44.84
%36.69
%18.47

CMYK Percentages of Color #bb994d

%0
%18
%59
%27

Triadic Colors of #bb994d

#bb994d #4dbb99 #994dbb

Analogous Colors of #bb994d

#bb994d #a6bb4d #bb624d

Monochromatic Colors of #bb994d

#bb994d

Complementary Color

#bb994d #4d6fbb

#bb994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb994d Color CSS Codes

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

#bb994d Text Font Color

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

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


#bb994d Background Color

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

This div background color is #bb994d


#bb994d Border Color

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

This div border color is #bb994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb994d


Comments

No comments written yet.

Please login to write comment.