#B09E4E

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

Shades of Husk #B09E4E

Tints of Husk #B09E4E

Color information

#B09E4E (or 0xB09E4E) is unknown color: approx Husk. HEX triplet: B0, 9E and 4E. RGB value is (176,158,78). Sum of RGB (Red+Green+Blue) = 176+158+78=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E4E is #4F61B1. Grayscale: #9A9A9A. Windows color (decimal): -5202354 or 5152432. OLE color: 5152432.

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

Color convert

RGB17615878-
CMYK00.100.560.31
HSL48.98º38.58%49.8%-
HSV(B)48.98º55.68%69.02%-
XYZ31.5134.2312.15-
YUV154.2684.96143.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=42.72%
G=38.35%
B=18.93%

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
Decimal1761587800.100.560.3148.9838.5849.8
HexB09E4E0A381F312732
Octal2602361160127037614762
Binary101100001001111010011100101011100011111110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E4E; }

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

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

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

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

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

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

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

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