#B09B56

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

Shades of Husk #B09B56

Tints of Husk #B09B56

Color information

#B09B56 (or 0xB09B56) is unknown color: approx Husk. HEX triplet: B0, 9B and 56. RGB value is (176,155,86). Sum of RGB (Red+Green+Blue) = 176+155+86=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B56 is #4F64A9. Grayscale: #999999. Windows color (decimal): -5203114 or 5675952. OLE color: 5675952.

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

Color convert

RGB17615586-
CMYK00.120.510.31
HSL46º36.29%51.37%-
HSV(B)46º51.14%69.02%-
XYZ31.3133.3413.59-
YUV153.4189.96144.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=42.21%
G=37.17%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761558600.120.510.314636.2951.37
HexB09B560C331F2e2433
Octal2602331260146337564463
Binary101100001001101110101100110011001111111101110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B56; }

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

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

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

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

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

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

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

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