Color Hex Logo

#b0815a Color Hex

#B0815A
(176,129,90)
0 Favorites   0 Comments

Color spaces of #b0815a

RGB 17612990
HSL0.080.350.52
HSV27°49°69°
CMYK 0.000.270.49   0.31
XYZ27.600225.668813.1727
Yxy25.66880.41540.3863
Hunter Lab50.66448.577920.0497
CIE-Lab57.721313.337228.1894

#b0815a color RGB value is (176,129,90).

#b0815a hex color red value is 176, green value is 129 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b0815a hue: 0.08 , saturation: 0.35 and the lightness value of b0815a is 0.52.

The process color (four color CMYK) of #b0815a color hex is 0.00, 0.27, 0.49, 0.31. Web safe color of #b0815a is #999966. Color #b0815a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000001 01011010
Octal 260 201 132
Decimal 176 129 90
Hex B0 81 5A

RGB Percentages of Color #b0815a

%44.56
%32.66
%22.78

CMYK Percentages of Color #b0815a

%0
%27
%49
%31

Triadic Colors of #b0815a

#b0815a #5ab081 #815ab0

Analogous Colors of #b0815a

#b0815a #b0ac5a #b05a5e

Monochromatic Colors of #b0815a

#b0815a

Complementary Color

#b0815a #5a89b0

#b0815a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0815a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0815a Color CSS Codes

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

#b0815a Text Font Color

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

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


#b0815a Background Color

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

This div background color is #b0815a


#b0815a Border Color

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

This div border color is #b0815a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0815a


Comments

No comments written yet.

Please login to write comment.