#B99D4B

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

Shades of Husk #B99D4B

Tints of Husk #B99D4B

Color information

#B99D4B (or 0xB99D4B) is unknown color: approx Husk. HEX triplet: B9, 9D and 4B. RGB value is (185,157,75). Sum of RGB (Red+Green+Blue) = 185+157+75=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D4B is #4662B4. Grayscale: #9C9C9C. Windows color (decimal): -4612789 or 4955577. OLE color: 4955577.

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

Color convert

RGB18515775-
CMYK00.150.590.27
HSL44.73º44%50.98%-
HSV(B)44.73º59.46%72.55%-
XYZ33.3334.9411.64-
YUV156.0282.28148.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=44.36%
G=37.65%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851577500.150.590.2744.734450.98
HexB99D4B0F3B1B2d2c33
Octal2712351130177333555463
Binary101110011001110110010110111111101111011101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D4B; }

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

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

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

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

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

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

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

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