Color Hex Logo

#b0847a Color Hex

#B0847A
(176,132,122)
0 Favorites   0 Comments

Color spaces of #b0847a

RGB 176132122
HSL0.030.250.58
HSV11°31°69°
CMYK 0.000.250.31   0.31
XYZ29.668627.137822.0868
Yxy27.13780.37610.3440
Hunter Lab52.094010.495111.3280
CIE-Lab59.101715.460211.9722

#b0847a color RGB value is (176,132,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 01111010
Octal 260 204 172
Decimal 176 132 122
Hex B0 84 7A

RGB Percentages of Color #b0847a

%40.93
%30.70
%28.37

CMYK Percentages of Color #b0847a

%0
%25
%31
%31

Triadic Colors of #b0847a

#b0847a #7ab084 #847ab0

Analogous Colors of #b0847a

#b0847a #b09f7a #b07a8b

Monochromatic Colors of #b0847a

#b0847a

Complementary Color

#b0847a #7aa6b0

#b0847a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0847a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0847a Color CSS Codes

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

#b0847a Text Font Color

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

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


#b0847a Background Color

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

This div background color is #b0847a


#b0847a Border Color

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

This div border color is #b0847a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0847a


Comments

No comments written yet.

Please login to write comment.