Color Hex Logo

#b0827b Color Hex

#B0827B
(176,130,123)
0 Favorites   0 Comments

Color spaces of #b0827b

RGB 176130123
HSL0.020.250.59
HSV30°69°
CMYK 0.000.260.30   0.31
XYZ29.462326.625422.3253
Yxy26.62540.37570.3396
Hunter Lab51.599811.619710.4673
CIE-Lab58.626016.722610.7306

#b0827b color RGB value is (176,130,123).

#b0827b hex color red value is 176, green value is 130 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #b0827b hue: 0.02 , saturation: 0.25 and the lightness value of b0827b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000010 01111011
Octal 260 202 173
Decimal 176 130 123
Hex B0 82 7B

RGB Percentages of Color #b0827b

%41.03
%30.30
%28.67

CMYK Percentages of Color #b0827b

%0
%26
%30
%31

Triadic Colors of #b0827b

#b0827b #7bb082 #827bb0

Analogous Colors of #b0827b

#b0827b #b09d7b #b07b8f

Monochromatic Colors of #b0827b

#b0827b

Complementary Color

#b0827b #7ba9b0

#b0827b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0827b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0827b Color CSS Codes

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

#b0827b Text Font Color

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

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


#b0827b Background Color

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

This div background color is #b0827b


#b0827b Border Color

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

This div border color is #b0827b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0827b


Comments

No comments written yet.

Please login to write comment.