Color Hex Logo

#bb994a Color Hex

#BB994A
(187,153,74)
0 Favorites   0 Comments

Color spaces of #bb994a

RGB 18715374
HSL0.120.450.51
HSV42°60°73°
CMYK 0.000.180.60   0.27
XYZ33.120833.841711.2650
Yxy33.84170.42340.4326
Hunter Lab58.1736-0.175929.2404
CIE-Lab64.83673.415845.4834

#bb994a color RGB value is (187,153,74).

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

The process color (four color CMYK) of #bb994a color hex is 0.00, 0.18, 0.60, 0.27. Web safe color of #bb994a is #cc9933. Color #bb994a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 01001010
Octal 273 231 112
Decimal 187 153 74
Hex BB 99 4A

RGB Percentages of Color #bb994a

%45.17
%36.96
%17.87

CMYK Percentages of Color #bb994a

%0
%18
%60
%27

Triadic Colors of #bb994a

#bb994a #4abb99 #994abb

Analogous Colors of #bb994a

#bb994a #a5bb4a #bb604a

Monochromatic Colors of #bb994a

#bb994a

Complementary Color

#bb994a #4a6cbb

#bb994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb994a Color CSS Codes

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

#bb994a Text Font Color

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

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


#bb994a Background Color

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

This div background color is #bb994a


#bb994a Border Color

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

This div border color is #bb994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb994a


Comments

No comments written yet.

Please login to write comment.