Color Hex Logo

#b6857a Color Hex

#B6857A
(182,133,122)
0 Favorites   0 Comments

Color spaces of #b6857a

RGB 182133122
HSL0.030.290.60
HSV11°33°71°
CMYK 0.000.270.33   0.29
XYZ31.191828.125322.1971
Yxy28.12530.38270.3450
Hunter Lab53.033312.177412.3075
CIE-Lab60.001817.288313.3288

#b6857a color RGB value is (182,133,122).

#b6857a hex color red value is 182, green value is 133 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b6857a hue: 0.03 , saturation: 0.29 and the lightness value of b6857a is 0.60.

The process color (four color CMYK) of #b6857a color hex is 0.00, 0.27, 0.33, 0.29. Web safe color of #b6857a is #cc9966. Color #b6857a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 01111010
Octal 266 205 172
Decimal 182 133 122
Hex B6 85 7A

RGB Percentages of Color #b6857a

%41.65
%30.43
%27.92

CMYK Percentages of Color #b6857a

%0
%27
%33
%29

Triadic Colors of #b6857a

#b6857a #7ab685 #857ab6

Analogous Colors of #b6857a

#b6857a #b6a37a #b67a8d

Monochromatic Colors of #b6857a

#b6857a

Complementary Color

#b6857a #7aabb6

#b6857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6857a Color CSS Codes

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

#b6857a Text Font Color

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

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


#b6857a Background Color

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

This div background color is #b6857a


#b6857a Border Color

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

This div border color is #b6857a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6857a


Comments

No comments written yet.

Please login to write comment.