Color Hex Logo

#b6974a Color Hex

#B6974A
(182,151,74)
0 Favorites   0 Comments

Color spaces of #b6974a

RGB 18215174
HSL0.120.430.50
HSV43°59°71°
CMYK 0.000.170.59   0.29
XYZ31.594032.572711.1005
Yxy32.57270.41980.4328
Hunter Lab57.0725-1.063428.4189
CIE-Lab63.81342.334844.1784

#b6974a color RGB value is (182,151,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 01001010
Octal 266 227 112
Decimal 182 151 74
Hex B6 97 4A

RGB Percentages of Color #b6974a

%44.72
%37.10
%18.18

CMYK Percentages of Color #b6974a

%0
%17
%59
%29

Triadic Colors of #b6974a

#b6974a #4ab697 #974ab6

Analogous Colors of #b6974a

#b6974a #9fb64a #b6614a

Monochromatic Colors of #b6974a

#b6974a

Complementary Color

#b6974a #4a69b6

#b6974a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6974a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6974a Color CSS Codes

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

#b6974a Text Font Color

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

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


#b6974a Background Color

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

This div background color is #b6974a


#b6974a Border Color

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

This div border color is #b6974a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6974a


Comments

No comments written yet.

Please login to write comment.