#B99A4D

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

Shades of Husk #B99A4D

Tints of Husk #B99A4D

Color information

#B99A4D (or 0xB99A4D) is unknown color: approx Husk. HEX triplet: B9, 9A and 4D. RGB value is (185,154,77). Sum of RGB (Red+Green+Blue) = 185+154+77=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A4D is #4665B2. Grayscale: #9A9A9A. Windows color (decimal): -4613555 or 5085881. OLE color: 5085881.

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

Color convert

RGB18515477-
CMYK00.170.580.27
HSL42.78º43.55%51.37%-
HSV(B)42.78º58.38%72.55%-
XYZ32.933.9611.84-
YUV154.4984.27149.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 77 (30.47% from 255) = 18.51%
R=44.47%
G=37.02%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851547700.170.580.2742.7843.5551.37
HexB99A4D0113A1B2b2c33
Octal2712321150217233535463
Binary1011100110011010100110101000111101011011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A4D; }

 p { color: rgb(185,154,77); }

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

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

 a { background-color: rgb(185,154,77); }

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

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

 span { border-color: rgb(185,154,77); }

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