#b09f4b

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

Shades of Husk #B09F4B

Tints of Husk #B09F4B

Color information

#B09F4B (or 0xB09F4B) is unknown color: approx Husk. HEX triplet: B0, 9F and 4B. RGB value is (176,159,75). Sum of RGB (Red+Green+Blue) = 176+159+75=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F4B is #4F60B4. Grayscale: #9A9A9A. Windows color (decimal): -5202101 or 4956080. OLE color: 4956080.

HSL color Cylindrical-coordinate representation of color #B09F4B: hue angle of 49.9º 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 #B09F4B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17615975-
CMYK00.100.570.31
HSL49.9º40.24%49.22%-
HSV(B)49.9º57.39%69.02%-
XYZ31.5734.5311.66-
YUV154.5183.13143.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=42.93%
G=38.78%
B=18.29%

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
Decimal1761597500.100.570.3149.940.2449.22
HexB09F4B0A391F322831
Octal2602371130127137625061
Binary101100001001111110010110101011100111111110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09f4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09f4b; }

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

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

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

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

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

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

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

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