Color Hex Logo

#b6886c Color Hex

#B6886C
(182,136,108)
0 Favorites   0 Comments

Color spaces of #b6886c

RGB 182136108
HSL0.060.340.57
HSV23°41°71°
CMYK 0.000.250.41   0.29
XYZ30.802328.636118.0912
Yxy28.63610.39730.3694
Hunter Lab53.51279.098617.4146
CIE-Lab60.459113.875421.8751

#b6886c color RGB value is (182,136,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 01101100
Octal 266 210 154
Decimal 182 136 108
Hex B6 88 6C

RGB Percentages of Color #b6886c

%42.72
%31.92
%25.35

CMYK Percentages of Color #b6886c

%0
%25
%41
%29

Triadic Colors of #b6886c

#b6886c #6cb688 #886cb6

Analogous Colors of #b6886c

#b6886c #b6ad6c #b66c75

Monochromatic Colors of #b6886c

#b6886c

Complementary Color

#b6886c #6c9ab6

#b6886c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6886c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6886c Color CSS Codes

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

#b6886c Text Font Color

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

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


#b6886c Background Color

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

This div background color is #b6886c


#b6886c Border Color

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

This div border color is #b6886c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6886c


Comments

No comments written yet.

Please login to write comment.