#b09e50

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

Shades of Husk #B09E50

Tints of Husk #B09E50

Color information

#B09E50 (or 0xB09E50) is unknown color: approx Husk. HEX triplet: B0, 9E and 50. RGB value is (176,158,80). Sum of RGB (Red+Green+Blue) = 176+158+80=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E50 is #4F61AF. Grayscale: #9A9A9A. Windows color (decimal): -5202352 or 5283504. OLE color: 5283504.

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

Color convert

RGB17615880-
CMYK00.100.550.31
HSL48.75º37.8%50.2%-
HSV(B)48.75º54.55%69.02%-
XYZ31.5834.2612.54-
YUV154.4985.96143.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 80 (31.64% from 255) = 19.32%
R=42.51%
G=38.16%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761588000.100.550.3148.7537.850.2
HexB09E500A371F312632
Octal2602361200126737614662
Binary101100001001111010100000101011011111111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09e50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09e50; }

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

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

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

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

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

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

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

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