#B99A4B

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

Shades of Husk #B99A4B

Tints of Husk #B99A4B

Color information

#B99A4B (or 0xB99A4B) is unknown color: approx Husk. HEX triplet: B9, 9A and 4B. RGB value is (185,154,75). Sum of RGB (Red+Green+Blue) = 185+154+75=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A4B is #4665B4. Grayscale: #9A9A9A. Windows color (decimal): -4613557 or 4954809. OLE color: 4954809.

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

Color convert

RGB18515475-
CMYK00.170.590.27
HSL43.09º44%50.98%-
HSV(B)43.09º59.46%72.55%-
XYZ32.8333.9311.48-
YUV154.2683.27149.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 154 (60.55% from 255) = 37.20%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=44.69%
G=37.20%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851547500.170.590.2743.094450.98
HexB99A4B0113B1B2b2c33
Octal2712321130217333535463
Binary1011100110011010100101101000111101111011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A4B; }

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

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

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

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

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

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

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

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