#B4994B

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

Shades of Husk #B4994B

Tints of Husk #B4994B

Color information

#B4994B (or 0xB4994B) is unknown color: approx Husk. HEX triplet: B4, 99 and 4B. RGB value is (180,153,75). Sum of RGB (Red+Green+Blue) = 180+153+75=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4994B is #4B66B4. Grayscale: #989898. Windows color (decimal): -4941493 or 4954548. OLE color: 4954548.

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

Color convert

RGB18015375-
CMYK00.150.580.29
HSL44.57º41.18%50%-
HSV(B)44.57º58.33%70.59%-
XYZ31.4832.9911.37-
YUV152.1884.45147.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 75 (29.69% from 255) = 18.38%
R=44.12%
G=37.5%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801537500.150.580.2944.5741.1850
HexB4994B0F3A1D2d2932
Octal2642311130177235555162
Binary101101001001100110010110111111101011101101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4994B; }

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

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

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

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

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

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

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

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