#B09D56

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

Shades of Husk #B09D56

Tints of Husk #B09D56

Color information

#B09D56 (or 0xB09D56) is unknown color: approx Husk. HEX triplet: B0, 9D and 56. RGB value is (176,157,86). Sum of RGB (Red+Green+Blue) = 176+157+86=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D56 is #4F62A9. Grayscale: #9A9A9A. Windows color (decimal): -5202602 or 5676464. OLE color: 5676464.

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

Color convert

RGB17615786-
CMYK00.110.510.31
HSL47.33º36.29%51.37%-
HSV(B)47.33º51.14%69.02%-
XYZ31.6434.0213.7-
YUV154.5989.29143.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=42.00%
G=37.47%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761578600.110.510.3147.3336.2951.37
HexB09D560B331F2f2433
Octal2602351260136337574463
Binary101100001001110110101100101111001111111101111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D56; }

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

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

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

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

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

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

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

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