Color Hex Logo

#b0867a Color Hex

#B0867A
(176,134,122)
0 Favorites   0 Comments

Color spaces of #b0867a

RGB 176134122
HSL0.040.250.58
HSV13°31°69°
CMYK 0.000.240.31   0.31
XYZ29.942427.685422.1780
Yxy27.68540.37520.3469
Hunter Lab52.61699.498311.8411
CIE-Lab59.603414.337512.6758

#b0867a color RGB value is (176,134,122).

#b0867a hex color red value is 176, green value is 134 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b0867a hue: 0.04 , saturation: 0.25 and the lightness value of b0867a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 01111010
Octal 260 206 172
Decimal 176 134 122
Hex B0 86 7A

RGB Percentages of Color #b0867a

%40.74
%31.02
%28.24

CMYK Percentages of Color #b0867a

%0
%24
%31
%31

Triadic Colors of #b0867a

#b0867a #7ab086 #867ab0

Analogous Colors of #b0867a

#b0867a #b0a17a #b07a89

Monochromatic Colors of #b0867a

#b0867a

Complementary Color

#b0867a #7aa4b0

#b0867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0867a Color CSS Codes

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

#b0867a Text Font Color

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

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


#b0867a Background Color

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

This div background color is #b0867a


#b0867a Border Color

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

This div border color is #b0867a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,134,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0867a

#b0867a Color Palettes


Comments

No comments written yet.

Please login to write comment.