Color Hex Logo

#bb815a Color Hex

#BB815A
(187,129,90)
0 Favorites   0 Comments

Color spaces of #bb815a

RGB 18712990
HSL0.070.420.54
HSV24°52°73°
CMYK 0.000.310.52   0.27
XYZ30.189227.003513.2939
Yxy27.00350.42830.3831
Hunter Lab51.964912.761721.2076
CIE-Lab58.977617.967430.0528

#bb815a color RGB value is (187,129,90).

#bb815a hex color red value is 187, green value is 129 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bb815a hue: 0.07 , saturation: 0.42 and the lightness value of bb815a is 0.54.

The process color (four color CMYK) of #bb815a color hex is 0.00, 0.31, 0.52, 0.27. Web safe color of #bb815a is #cc9966. Color #bb815a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 01011010
Octal 273 201 132
Decimal 187 129 90
Hex BB 81 5A

RGB Percentages of Color #bb815a

%46.06
%31.77
%22.17

CMYK Percentages of Color #bb815a

%0
%31
%52
%27

Triadic Colors of #bb815a

#bb815a #5abb81 #815abb

Analogous Colors of #bb815a

#bb815a #bbb25a #bb5a64

Monochromatic Colors of #bb815a

#bb815a

Complementary Color

#bb815a #5a94bb

#bb815a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb815a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb815a Color CSS Codes

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

#bb815a Text Font Color

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

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


#bb815a Background Color

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

This div background color is #bb815a


#bb815a Border Color

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

This div border color is #bb815a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb815a


Comments

No comments written yet.

Please login to write comment.