Color Hex Logo

#b6716a Color Hex

#B6716A
(182,113,106)
0 Favorites   0 Comments

Color spaces of #b6716a

RGB 182113106
HSL0.020.340.56
HSV42°71°
CMYK 0.000.380.42   0.29
XYZ27.798022.795916.5706
Yxy22.79590.41390.3394
Hunter Lab47.745120.372012.8441
CIE-Lab54.861526.453215.3951

#b6716a color RGB value is (182,113,106).

#b6716a hex color red value is 182, green value is 113 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b6716a hue: 0.02 , saturation: 0.34 and the lightness value of b6716a is 0.56.

The process color (four color CMYK) of #b6716a color hex is 0.00, 0.38, 0.42, 0.29. Web safe color of #b6716a is #cc6666. Color #b6716a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110001 01101010
Octal 266 161 152
Decimal 182 113 106
Hex B6 71 6A

RGB Percentages of Color #b6716a

%45.39
%28.18
%26.43

CMYK Percentages of Color #b6716a

%0
%38
%42
%29

Triadic Colors of #b6716a

#b6716a #6ab671 #716ab6

Analogous Colors of #b6716a

#b6716a #b6976a #b66a89

Monochromatic Colors of #b6716a

#b6716a

Complementary Color

#b6716a #6aafb6

#b6716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6716a Color CSS Codes

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

#b6716a Text Font Color

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

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


#b6716a Background Color

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

This div background color is #b6716a


#b6716a Border Color

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

This div border color is #b6716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6716a


Comments

No comments written yet.

Please login to write comment.