#B09F4C

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

Shades of Husk #B09F4C

Tints of Husk #B09F4C

Color information

#B09F4C (or 0xB09F4C) is unknown color: approx Husk. HEX triplet: B0, 9F and 4C. RGB value is (176,159,76). Sum of RGB (Red+Green+Blue) = 176+159+76=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F4C is #4F60B3. Grayscale: #9A9A9A. Windows color (decimal): -5202100 or 5021616. OLE color: 5021616.

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

Color convert

RGB17615976-
CMYK00.100.570.31
HSL49.8º39.68%49.41%-
HSV(B)49.8º56.82%69.02%-
XYZ31.6134.5511.84-
YUV154.6283.63143.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 76 (30.08% from 255) = 18.49%
R=42.82%
G=38.69%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761597600.100.570.3149.839.6849.41
HexB09F4C0A391F322831
Octal2602371140127137625061
Binary101100001001111110011000101011100111111110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F4C; }

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

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

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

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

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

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

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

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