Color Hex Logo

#bb814a Color Hex

#BB814A
(187,129,74)
0 Favorites   0 Comments

Color spaces of #bb814a

RGB 18712974
HSL0.080.450.51
HSV29°60°73°
CMYK 0.000.310.60   0.27
XYZ29.579826.759710.0847
Yxy26.75970.44530.4029
Hunter Lab51.729811.541624.6523
CIE-Lab58.751216.631938.3921

#bb814a color RGB value is (187,129,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 01001010
Octal 273 201 112
Decimal 187 129 74
Hex BB 81 4A

RGB Percentages of Color #bb814a

%47.95
%33.08
%18.97

CMYK Percentages of Color #bb814a

%0
%31
%60
%27

Triadic Colors of #bb814a

#bb814a #4abb81 #814abb

Analogous Colors of #bb814a

#bb814a #bbba4a #bb4a4c

Monochromatic Colors of #bb814a

#bb814a

Complementary Color

#bb814a #4a84bb

#bb814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb814a Color CSS Codes

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

#bb814a Text Font Color

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

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


#bb814a Background Color

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

This div background color is #bb814a


#bb814a Border Color

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

This div border color is #bb814a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,129,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 #bb814a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb814a


Comments

No comments written yet.

Please login to write comment.