#b09e47

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

Shades of Husk #B09E47

Tints of Husk #B09E47

Color information

#B09E47 (or 0xB09E47) is unknown color: approx Husk. HEX triplet: B0, 9E and 47. RGB value is (176,158,71). Sum of RGB (Red+Green+Blue) = 176+158+71=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E47 is #4F61B8. Grayscale: #999999. Windows color (decimal): -5202361 or 4693680. OLE color: 4693680.

HSL color Cylindrical-coordinate representation of color #B09E47: hue angle of 49.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09E47 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17615871-
CMYK00.100.600.31
HSL49.71º42.51%48.43%-
HSV(B)49.71º59.66%69.02%-
XYZ31.2734.1410.9-
YUV153.4681.46144.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=43.46%
G=39.01%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761587100.100.600.3149.7142.5148.43
HexB09E470A3C1F322b30
Octal2602361070127437625360
Binary101100001001111010001110101011110011111110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09e47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09e47; }

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

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

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

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

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

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

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

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