#B4994A

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

Shades of Husk #B4994A

Tints of Husk #B4994A

Color information

#B4994A (or 0xB4994A) is unknown color: approx Husk. HEX triplet: B4, 99 and 4A. RGB value is (180,153,74). Sum of RGB (Red+Green+Blue) = 180+153+74=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4994A is #4B66B5. Grayscale: #989898. Windows color (decimal): -4941494 or 4889012. OLE color: 4889012.

HSL color Cylindrical-coordinate representation of color #B4994A: hue angle of 44.72º 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 #B4994A is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18015374-
CMYK00.150.590.29
HSL44.72º41.73%49.8%-
HSV(B)44.72º58.89%70.59%-
XYZ31.4532.9811.19-
YUV152.0783.95147.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=44.23%
G=37.59%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801537400.150.590.2944.7241.7349.8
HexB4994A0F3B1D2d2a32
Octal2642311120177335555262
Binary101101001001100110010100111111101111101101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4994A; }

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

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

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

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

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

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

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

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