Color Hex Logo

#b6934a Color Hex

#B6934A
(182,147,74)
0 Favorites   0 Comments

Color spaces of #b6934a

RGB 18214774
HSL0.110.430.50
HSV41°59°71°
CMYK 0.000.190.59   0.29
XYZ30.961231.306910.8896
Yxy31.30690.42320.4279
Hunter Lab55.95260.855527.6277
CIE-Lab62.76594.522142.9677

#b6934a color RGB value is (182,147,74).

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

The process color (four color CMYK) of #b6934a color hex is 0.00, 0.19, 0.59, 0.29. Web safe color of #b6934a is #cc9933. Color #b6934a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010011 01001010
Octal 266 223 112
Decimal 182 147 74
Hex B6 93 4A

RGB Percentages of Color #b6934a

%45.16
%36.48
%18.36

CMYK Percentages of Color #b6934a

%0
%19
%59
%29

Triadic Colors of #b6934a

#b6934a #4ab693 #934ab6

Analogous Colors of #b6934a

#b6934a #a3b64a #b65d4a

Monochromatic Colors of #b6934a

#b6934a

Complementary Color

#b6934a #4a6db6

#b6934a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6934a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6934a Color CSS Codes

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

#b6934a Text Font Color

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

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


#b6934a Background Color

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

This div background color is #b6934a


#b6934a Border Color

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

This div border color is #b6934a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6934a


Comments

No comments written yet.

Please login to write comment.