#B09D51

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

Shades of Husk #B09D51

Tints of Husk #B09D51

Color information

#B09D51 (or 0xB09D51) is unknown color: approx Husk. HEX triplet: B0, 9D and 51. RGB value is (176,157,81). Sum of RGB (Red+Green+Blue) = 176+157+81=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D51 is #4F62AE. Grayscale: #9A9A9A. Windows color (decimal): -5202607 or 5348784. OLE color: 5348784.

HSL color Cylindrical-coordinate representation of color #B09D51: hue angle of 48º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B09D51 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17615781-
CMYK00.110.540.31
HSL48º37.55%50.39%-
HSV(B)48º53.98%69.02%-
XYZ31.4533.9412.68-
YUV154.0286.79143.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=42.51%
G=37.92%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761578100.110.540.314837.5550.39
HexB09D510B361F302632
Octal2602351210136637604662
Binary101100001001110110100010101111011011111110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D51; }

 p { color: rgb(176,157,81); }

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

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

 a { background-color: rgb(176,157,81); }

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

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

 span { border-color: rgb(176,157,81); }

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