#B09E4A

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

Shades of Husk #B09E4A

Tints of Husk #B09E4A

Color information

#B09E4A (or 0xB09E4A) is unknown color: approx Husk. HEX triplet: B0, 9E and 4A. RGB value is (176,158,74). Sum of RGB (Red+Green+Blue) = 176+158+74=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E4A is #4F61B5. Grayscale: #9A9A9A. Windows color (decimal): -5202358 or 4890288. OLE color: 4890288.

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

Color convert

RGB17615874-
CMYK00.100.580.31
HSL49.41º40.8%49.02%-
HSV(B)49.41º57.95%69.02%-
XYZ31.3734.1811.42-
YUV153.8182.96143.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=43.14%
G=38.73%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761587400.100.580.3149.4140.849.02
HexB09E4A0A3A1F312931
Octal2602361120127237615161
Binary101100001001111010010100101011101011111110001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E4A; }

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

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

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

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

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

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

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

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