#B09656

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

Shades of Husk #B09656

Tints of Husk #B09656

Color information

#B09656 (or 0xB09656) is unknown color: approx Husk. HEX triplet: B0, 96 and 56. RGB value is (176,150,86). Sum of RGB (Red+Green+Blue) = 176+150+86=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09656 is #4F69A9. Grayscale: #969696. Windows color (decimal): -5204394 or 5674672. OLE color: 5674672.

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

Color convert

RGB17615086-
CMYK00.150.510.31
HSL42.67º36.29%51.37%-
HSV(B)42.67º51.14%69.02%-
XYZ30.4931.7113.32-
YUV150.4891.61146.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=42.72%
G=36.41%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761508600.150.510.3142.6736.2951.37
HexB096560F331F2b2433
Octal2602261260176337534463
Binary101100001001011010101100111111001111111101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09656; }

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

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

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

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

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

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

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

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