#B4974A

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

Shades of Husk #B4974A

Tints of Husk #B4974A

Color information

#B4974A (or 0xB4974A) is unknown color: approx Husk. HEX triplet: B4, 97 and 4A. RGB value is (180,151,74). Sum of RGB (Red+Green+Blue) = 180+151+74=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4974A is #4B68B5. Grayscale: #979797. Windows color (decimal): -4942006 or 4888500. OLE color: 4888500.

HSL color Cylindrical-coordinate representation of color #B4974A: hue angle of 43.58º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4974A is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18015174-
CMYK00.160.590.29
HSL43.58º41.73%49.8%-
HSV(B)43.58º58.89%70.59%-
XYZ31.1332.3311.08-
YUV150.8984.61148.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 74 (29.30% from 255) = 18.27%
R=44.44%
G=37.28%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801517400.160.590.2943.5841.7349.8
HexB4974A0103B1D2c2a32
Octal2642271120207335545262
Binary1011010010010111100101001000011101111101101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4974A; }

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

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

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

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

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

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

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

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