#B9994A

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

Shades of Husk #B9994A

Tints of Husk #B9994A

Color information

#B9994A (or 0xB9994A) is unknown color: approx Husk. HEX triplet: B9, 99 and 4A. RGB value is (185,153,74). Sum of RGB (Red+Green+Blue) = 185+153+74=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9994A is #4666B5. Grayscale: #999999. Windows color (decimal): -4613814 or 4889017. OLE color: 4889017.

HSL color Cylindrical-coordinate representation of color #B9994A: hue angle of 42.7º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9994A is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB18515374-
CMYK00.170.60.27
HSL42.7º44.22%50.78%-
HSV(B)42.7º60%72.55%-
XYZ32.6333.5911.24-
YUV153.5683.1150.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=44.90%
G=37.14%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851537400.170.60.2742.744.2250.78
HexB9994A0113C1B2b2c33
Octal2712311120217433535463
Binary1011100110011001100101001000111110011011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9994A; }

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

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

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

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

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

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

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

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