Color Hex Logo

#b6796f Color Hex

#B6796F
(182,121,111)
0 Favorites   0 Comments

Color spaces of #b6796f

RGB 182121111
HSL0.020.330.57
HSV39°71°
CMYK 0.000.340.39   0.29
XYZ28.998024.767518.2912
Yxy24.76750.40240.3437
Hunter Lab49.767016.915513.0456
CIE-Lab56.848222.598515.2456

#b6796f color RGB value is (182,121,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 01101111
Octal 266 171 157
Decimal 182 121 111
Hex B6 79 6F

RGB Percentages of Color #b6796f

%43.96
%29.23
%26.81

CMYK Percentages of Color #b6796f

%0
%34
%39
%29

Triadic Colors of #b6796f

#b6796f #6fb679 #796fb6

Analogous Colors of #b6796f

#b6796f #b69d6f #b66f89

Monochromatic Colors of #b6796f

#b6796f

Complementary Color

#b6796f #6facb6

#b6796f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6796f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6796f Color CSS Codes

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

#b6796f Text Font Color

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

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


#b6796f Background Color

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

This div background color is #b6796f


#b6796f Border Color

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

This div border color is #b6796f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6796f


Comments

No comments written yet.

Please login to write comment.