Color Hex Logo

#b6726f Color Hex

#B6726F
(182,114,111)
0 Favorites   0 Comments

Color spaces of #b6726f

RGB 182114111
HSL0.010.330.57
HSV39°71°
CMYK 0.000.370.39   0.29
XYZ28.178023.127418.0178
Yxy23.12740.40650.3336
Hunter Lab48.091020.429611.4500
CIE-Lab55.203326.485312.9623

#b6726f color RGB value is (182,114,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 01101111
Octal 266 162 157
Decimal 182 114 111
Hex B6 72 6F

RGB Percentages of Color #b6726f

%44.72
%28.01
%27.27

CMYK Percentages of Color #b6726f

%0
%37
%39
%29

Triadic Colors of #b6726f

#b6726f #6fb672 #726fb6

Analogous Colors of #b6726f

#b6726f #b6966f #b66f90

Monochromatic Colors of #b6726f

#b6726f

Complementary Color

#b6726f #6fb3b6

#b6726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6726f Color CSS Codes

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

#b6726f Text Font Color

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

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


#b6726f Background Color

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

This div background color is #b6726f


#b6726f Border Color

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

This div border color is #b6726f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6726f

#b6726f Color Palettes


Comments

No comments written yet.

Please login to write comment.