Color Hex Logo

#b6866c Color Hex

#B6866C
(182,134,108)
0 Favorites   0 Comments

Color spaces of #b6866c

RGB 182134108
HSL0.060.340.57
HSV21°41°71°
CMYK 0.000.260.41   0.29
XYZ30.523328.078017.9982
Yxy28.07800.39850.3666
Hunter Lab52.988710.091916.9536
CIE-Lab59.959114.990421.2018

#b6866c color RGB value is (182,134,108).

#b6866c hex color red value is 182, green value is 134 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b6866c hue: 0.06 , saturation: 0.34 and the lightness value of b6866c is 0.57.

The process color (four color CMYK) of #b6866c color hex is 0.00, 0.26, 0.41, 0.29. Web safe color of #b6866c is #cc9966. Color #b6866c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000110 01101100
Octal 266 206 154
Decimal 182 134 108
Hex B6 86 6C

RGB Percentages of Color #b6866c

%42.92
%31.60
%25.47

CMYK Percentages of Color #b6866c

%0
%26
%41
%29

Triadic Colors of #b6866c

#b6866c #6cb686 #866cb6

Analogous Colors of #b6866c

#b6866c #b6ab6c #b66c77

Monochromatic Colors of #b6866c

#b6866c

Complementary Color

#b6866c #6c9cb6

#b6866c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6866c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6866c Color CSS Codes

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

#b6866c Text Font Color

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

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


#b6866c Background Color

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

This div background color is #b6866c


#b6866c Border Color

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

This div border color is #b6866c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6866c


Comments

No comments written yet.

Please login to write comment.