#B7974A

Color #B7974A Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B7974A

Tints of Husk #B7974A

Color information

#B7974A (or 0xB7974A) is unknown color: approx Husk. HEX triplet: B7, 97 and 4A. RGB value is (183,151,74). Sum of RGB (Red+Green+Blue) = 183+151+74=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7974A is #4868B5. Grayscale: #989898. Windows color (decimal): -4745398 or 4888503. OLE color: 4888503.

HSL color Cylindrical-coordinate representation of color #B7974A: hue angle of 42.39º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7974A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18315174-
CMYK00.170.600.28
HSL42.39º43.08%50.39%-
HSV(B)42.39º59.56%71.76%-
XYZ31.8332.6911.11-
YUV151.7984.1150.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=44.85%
G=37.01%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831517400.170.600.2842.3943.0850.39
HexB7974A0113C1C2a2b32
Octal2672271120217434525362
Binary1011011110010111100101001000111110011100101010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7974A; }

 p { color: rgb(183,151,74); }

 H1.HeaderClassName
 {
   color: #B7974A;
 }
 .AnyTagClassName
 {
   color: #B7974A;
 }
</style>
background-color css

<style>
 a { background-color: #B7974A; }

 a { background-color: rgb(183,151,74); }

 div.DivClassName
 {
   background-color: #B7974A;
 }
 .BgClassName
 {
   background-color: #B7974A;
 }
</style>
border-color css

<style>
 span { border-color: #B7974A; }

 span { border-color: rgb(183,151,74); }

 td.TdClassName
 {
   border-color: #B7974A;
 }
 .TagClassName
 {
   border-color: #B7974A;
 }
</style>