#B99E4A

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

Shades of Husk #B99E4A

Tints of Husk #B99E4A

Color information

#B99E4A (or 0xB99E4A) is unknown color: approx Husk. HEX triplet: B9, 9E and 4A. RGB value is (185,158,74). Sum of RGB (Red+Green+Blue) = 185+158+74=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E4A is #4661B5. Grayscale: #9C9C9C. Windows color (decimal): -4612534 or 4890297. OLE color: 4890297.

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

Color convert

RGB18515874-
CMYK00.150.60.27
HSL45.41º44.22%50.78%-
HSV(B)45.41º60%72.55%-
XYZ33.4735.2611.52-
YUV156.581.45148.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=44.36%
G=37.89%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851587400.150.60.2745.4144.2250.78
HexB99E4A0F3C1B2d2c33
Octal2712361120177433555463
Binary101110011001111010010100111111110011011101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E4A; }

 p { color: rgb(185,158,74); }

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

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

 a { background-color: rgb(185,158,74); }

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

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

 span { border-color: rgb(185,158,74); }

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