Color Hex Logo

#b6943a Color Hex

#B6943A
(182,148,58)
0 Favorites   0 Comments

Color spaces of #b6943a

RGB 18214858
HSL0.120.520.47
HSV44°68°71°
CMYK 0.000.190.68   0.29
XYZ30.645031.43048.4545
Yxy31.43040.43450.4456
Hunter Lab56.0628-0.538530.3028
CIE-Lab62.86932.901150.6573

#b6943a color RGB value is (182,148,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010100 00111010
Octal 266 224 72
Decimal 182 148 58
Hex B6 94 3A

RGB Percentages of Color #b6943a

%46.91
%38.14
%14.95

CMYK Percentages of Color #b6943a

%0
%19
%68
%29

Triadic Colors of #b6943a

#b6943a #3ab694 #943ab6

Analogous Colors of #b6943a

#b6943a #9ab63a #b6563a

Monochromatic Colors of #b6943a

#b6943a

Complementary Color

#b6943a #3a5cb6

#b6943a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6943a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6943a Color CSS Codes

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

#b6943a Text Font Color

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

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


#b6943a Background Color

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

This div background color is #b6943a


#b6943a Border Color

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

This div border color is #b6943a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6943a


Comments

No comments written yet.

Please login to write comment.