#B09A54

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

Shades of Husk #B09A54

Tints of Husk #B09A54

Color information

#B09A54 (or 0xB09A54) is unknown color: approx Husk. HEX triplet: B0, 9A and 54. RGB value is (176,154,84). Sum of RGB (Red+Green+Blue) = 176+154+84=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A54 is #4F65AB. Grayscale: #989898. Windows color (decimal): -5203372 or 5544624. OLE color: 5544624.

HSL color Cylindrical-coordinate representation of color #B09A54: hue angle of 45.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B09A54 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17615484-
CMYK00.120.520.31
HSL45.65º36.8%50.98%-
HSV(B)45.65º52.27%69.02%-
XYZ31.0632.9813.12-
YUV152.689.29144.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 154 (60.55% from 255) = 37.20%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=42.51%
G=37.20%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761548400.120.520.3145.6536.850.98
HexB09A540C341F2e2533
Octal2602321240146437564563
Binary101100001001101010101000110011010011111101110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A54; }

 p { color: rgb(176,154,84); }

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

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

 a { background-color: rgb(176,154,84); }

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

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

 span { border-color: rgb(176,154,84); }

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