#b09b4f

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

Shades of Husk #B09B4F

Tints of Husk #B09B4F

Color information

#B09B4F (or 0xB09B4F) is unknown color: approx Husk. HEX triplet: B0, 9B and 4F. RGB value is (176,155,79). Sum of RGB (Red+Green+Blue) = 176+155+79=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B4F is #4F64B0. Grayscale: #989898. Windows color (decimal): -5203121 or 5217200. OLE color: 5217200.

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

Color convert

RGB17615579-
CMYK00.120.550.31
HSL47.01º38.04%50%-
HSV(B)47.01º55.11%69.02%-
XYZ31.0433.2412.18-
YUV152.6186.46144.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 79 (31.25% from 255) = 19.27%
R=42.93%
G=37.80%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761557900.120.550.3147.0138.0450
HexB09B4F0C371F2f2632
Octal2602331170146737574662
Binary101100001001101110011110110011011111111101111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09b4f; }

 p { color: rgb(176,155,79); }

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

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

 a { background-color: rgb(176,155,79); }

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

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

 span { border-color: rgb(176,155,79); }

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