#B9994B

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

Shades of Husk #B9994B

Tints of Husk #B9994B

Color information

#B9994B (or 0xB9994B) is unknown color: approx Husk. HEX triplet: B9, 99 and 4B. RGB value is (185,153,75). Sum of RGB (Red+Green+Blue) = 185+153+75=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9994B is #4666B4. Grayscale: #9A9A9A. Windows color (decimal): -4613813 or 4954553. OLE color: 4954553.

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

Color convert

RGB18515375-
CMYK00.170.590.27
HSL42.55º44%50.98%-
HSV(B)42.55º59.46%72.55%-
XYZ32.6733.611.42-
YUV153.6883.6150.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=44.79%
G=37.05%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851537500.170.590.2742.554450.98
HexB9994B0113B1B2b2c33
Octal2712311130217333535463
Binary1011100110011001100101101000111101111011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9994B; }

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

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

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

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

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

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

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

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