Color Hex Logo

#b6725a Color Hex

#B6725A
(182,114,90)
0 Favorites   0 Comments

Color spaces of #b6725a

RGB 18211490
HSL0.040.390.53
HSV16°51°71°
CMYK 0.000.370.51   0.29
XYZ27.154222.717912.6267
Yxy22.71790.43450.3635
Hunter Lab47.663318.282217.6575
CIE-Lab54.780624.219824.5051

#b6725a color RGB value is (182,114,90).

#b6725a hex color red value is 182, green value is 114 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b6725a hue: 0.04 , saturation: 0.39 and the lightness value of b6725a is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 01011010
Octal 266 162 132
Decimal 182 114 90
Hex B6 72 5A

RGB Percentages of Color #b6725a

%47.15
%29.53
%23.32

CMYK Percentages of Color #b6725a

%0
%37
%51
%29

Triadic Colors of #b6725a

#b6725a #5ab672 #725ab6

Analogous Colors of #b6725a

#b6725a #b6a05a #b65a70

Monochromatic Colors of #b6725a

#b6725a

Complementary Color

#b6725a #5a9eb6

#b6725a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6725a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6725a Color CSS Codes

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

#b6725a Text Font Color

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

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


#b6725a Background Color

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

This div background color is #b6725a


#b6725a Border Color

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

This div border color is #b6725a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6725a


Comments

No comments written yet.

Please login to write comment.