Color Hex Logo

#b6754a Color Hex

#B6754A
(182,117,74)
0 Favorites   0 Comments

Color spaces of #b6754a

RGB 18211774
HSL0.070.430.50
HSV24°59°71°
CMYK 0.000.360.59   0.29
XYZ26.888723.16219.5321
Yxy23.16210.45130.3887
Hunter Lab48.127015.506221.9459
CIE-Lab55.238921.167434.0203

#b6754a color RGB value is (182,117,74).

#b6754a hex color red value is 182, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b6754a hue: 0.07 , saturation: 0.43 and the lightness value of b6754a is 0.50.

The process color (four color CMYK) of #b6754a color hex is 0.00, 0.36, 0.59, 0.29. Web safe color of #b6754a is #cc6633. Color #b6754a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 01001010
Octal 266 165 112
Decimal 182 117 74
Hex B6 75 4A

RGB Percentages of Color #b6754a

%48.79
%31.37
%19.84

CMYK Percentages of Color #b6754a

%0
%36
%59
%29

Triadic Colors of #b6754a

#b6754a #4ab675 #754ab6

Analogous Colors of #b6754a

#b6754a #b6ab4a #b64a55

Monochromatic Colors of #b6754a

#b6754a

Complementary Color

#b6754a #4a8bb6

#b6754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6754a Color CSS Codes

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

#b6754a Text Font Color

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

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


#b6754a Background Color

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

This div background color is #b6754a


#b6754a Border Color

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

This div border color is #b6754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6754a


Comments

No comments written yet.

Please login to write comment.