#B09B4E

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

Shades of Husk #B09B4E

Tints of Husk #B09B4E

Color information

#B09B4E (or 0xB09B4E) is unknown color: approx Husk. HEX triplet: B0, 9B and 4E. RGB value is (176,155,78). Sum of RGB (Red+Green+Blue) = 176+155+78=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B4E is #4F64B1. Grayscale: #989898. Windows color (decimal): -5203122 or 5151664. OLE color: 5151664.

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

Color convert

RGB17615578-
CMYK00.120.560.31
HSL47.14º38.58%49.8%-
HSV(B)47.14º55.68%69.02%-
XYZ3133.2211.99-
YUV152.585.96144.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=43.03%
G=37.90%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761557800.120.560.3147.1438.5849.8
HexB09B4E0C381F2f2732
Octal2602331160147037574762
Binary101100001001101110011100110011100011111101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B4E; }

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

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

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

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

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

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

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

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