Color Hex Logo

#b6796c Color Hex

#B6796C
(182,121,108)
0 Favorites   0 Comments

Color spaces of #b6796c

RGB 182121108
HSL0.030.340.57
HSV11°41°71°
CMYK 0.000.340.41   0.29
XYZ28.835624.702517.4356
Yxy24.70250.40630.3481
Hunter Lab49.701616.583313.9919
CIE-Lab56.784422.243916.8839

#b6796c color RGB value is (182,121,108).

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

The process color (four color CMYK) of #b6796c color hex is 0.00, 0.34, 0.41, 0.29. Web safe color of #b6796c is #cc6666. Color #b6796c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 01101100
Octal 266 171 154
Decimal 182 121 108
Hex B6 79 6C

RGB Percentages of Color #b6796c

%44.28
%29.44
%26.28

CMYK Percentages of Color #b6796c

%0
%34
%41
%29

Triadic Colors of #b6796c

#b6796c #6cb679 #796cb6

Analogous Colors of #b6796c

#b6796c #b69e6c #b66c84

Monochromatic Colors of #b6796c

#b6796c

Complementary Color

#b6796c #6ca9b6

#b6796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6796c Color CSS Codes

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

#b6796c Text Font Color

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

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


#b6796c Background Color

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

This div background color is #b6796c


#b6796c Border Color

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

This div border color is #b6796c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6796c


Comments

No comments written yet.

Please login to write comment.