#B09F4E

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

Shades of Husk #B09F4E

Tints of Husk #B09F4E

Color information

#B09F4E (or 0xB09F4E) is unknown color: approx Husk. HEX triplet: B0, 9F and 4E. RGB value is (176,159,78). Sum of RGB (Red+Green+Blue) = 176+159+78=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F4E is #4F60B1. Grayscale: #9B9B9B. Windows color (decimal): -5202098 or 5152688. OLE color: 5152688.

HSL color Cylindrical-coordinate representation of color #B09F4E: hue angle of 49.59º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B09F4E is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17615978-
CMYK00.100.560.31
HSL49.59º38.58%49.8%-
HSV(B)49.59º55.68%69.02%-
XYZ31.6834.5812.21-
YUV154.8584.63143.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=42.62%
G=38.50%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761597800.100.560.3149.5938.5849.8
HexB09F4E0A381F322732
Octal2602371160127037624762
Binary101100001001111110011100101011100011111110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F4E; }

 p { color: rgb(176,159,78); }

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

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

 a { background-color: rgb(176,159,78); }

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

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

 span { border-color: rgb(176,159,78); }

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