#B99B4D

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

Shades of Husk #B99B4D

Tints of Husk #B99B4D

Color information

#B99B4D (or 0xB99B4D) is unknown color: approx Husk. HEX triplet: B9, 9B and 4D. RGB value is (185,155,77). Sum of RGB (Red+Green+Blue) = 185+155+77=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B4D is #4664B2. Grayscale: #9B9B9B. Windows color (decimal): -4613299 or 5086137. OLE color: 5086137.

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

Color convert

RGB18515577-
CMYK00.160.580.27
HSL43.33º43.55%51.37%-
HSV(B)43.33º58.38%72.55%-
XYZ33.0734.2911.9-
YUV155.0883.94149.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=44.36%
G=37.17%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851557700.160.580.2743.3343.5551.37
HexB99B4D0103A1B2b2c33
Octal2712331150207233535463
Binary1011100110011011100110101000011101011011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B4D; }

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

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

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

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

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

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

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

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