#B99D4D

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

Shades of Husk #B99D4D

Tints of Husk #B99D4D

Color information

#B99D4D (or 0xB99D4D) is unknown color: approx Husk. HEX triplet: B9, 9D and 4D. RGB value is (185,157,77). Sum of RGB (Red+Green+Blue) = 185+157+77=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D4D is #4662B2. Grayscale: #9C9C9C. Windows color (decimal): -4612787 or 5086649. OLE color: 5086649.

HSL color Cylindrical-coordinate representation of color #B99D4D: hue angle of 44.44º 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 #B99D4D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18515777-
CMYK00.150.580.27
HSL44.44º43.55%51.37%-
HSV(B)44.44º58.38%72.55%-
XYZ33.434.9612.01-
YUV156.2583.28148.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=44.15%
G=37.47%
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.27
SystemRedGreenBlueCMYKHSL
Decimal1851577700.150.580.2744.4443.5551.37
HexB99D4D0F3A1B2c2c33
Octal2712351150177233545463
Binary101110011001110110011010111111101011011101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D4D; }

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

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

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

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

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

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

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

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