Color Hex Logo

#b6723a Color Hex

#B6723A
(182,114,58)
0 Favorites   0 Comments

Color spaces of #b6723a

RGB 18211458
HSL0.080.520.47
HSV27°68°71°
CMYK 0.000.370.68   0.29
XYZ26.072422.28526.9303
Yxy22.28520.47160.4031
Hunter Lab47.207215.972424.3409
CIE-Lab54.328321.736741.4022

#b6723a color RGB value is (182,114,58).

#b6723a hex color red value is 182, green value is 114 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b6723a hue: 0.08 , saturation: 0.52 and the lightness value of b6723a is 0.47.

The process color (four color CMYK) of #b6723a color hex is 0.00, 0.37, 0.68, 0.29. Web safe color of #b6723a is #cc6633. Color #b6723a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 00111010
Octal 266 162 72
Decimal 182 114 58
Hex B6 72 3A

RGB Percentages of Color #b6723a

%51.41
%32.20
%16.38

CMYK Percentages of Color #b6723a

%0
%37
%68
%29

Triadic Colors of #b6723a

#b6723a #3ab672 #723ab6

Analogous Colors of #b6723a

#b6723a #b6b03a #b63a40

Monochromatic Colors of #b6723a

#b6723a

Complementary Color

#b6723a #3a7eb6

#b6723a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6723a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6723a Color CSS Codes

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

#b6723a Text Font Color

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

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


#b6723a Background Color

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

This div background color is #b6723a


#b6723a Border Color

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

This div border color is #b6723a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6723a


Comments

No comments written yet.

Please login to write comment.