#B4994D

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

Shades of Husk #B4994D

Tints of Husk #B4994D

Color information

#B4994D (or 0xB4994D) is unknown color: approx Husk. HEX triplet: B4, 99 and 4D. RGB value is (180,153,77). Sum of RGB (Red+Green+Blue) = 180+153+77=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4994D is #4B66B2. Grayscale: #989898. Windows color (decimal): -4941491 or 5085620. OLE color: 5085620.

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

Color convert

RGB18015377-
CMYK00.150.570.29
HSL44.27º40.71%50.39%-
HSV(B)44.27º57.22%70.59%-
XYZ31.5533.0211.73-
YUV152.4185.45147.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 77 (30.47% from 255) = 18.78%
R=43.90%
G=37.32%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801537700.150.570.2944.2740.7150.39
HexB4994D0F391D2c2932
Octal2642311150177135545162
Binary101101001001100110011010111111100111101101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4994D; }

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

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

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

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

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

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

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

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