#B09955

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

Shades of Husk #B09955

Tints of Husk #B09955

Color information

#B09955 (or 0xB09955) is unknown color: approx Husk. HEX triplet: B0, 99 and 55. RGB value is (176,153,85). Sum of RGB (Red+Green+Blue) = 176+153+85=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B09955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09955 is #4F66AA. Grayscale: #989898. Windows color (decimal): -5203627 or 5609904. OLE color: 5609904.

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

Color convert

RGB17615385-
CMYK00.130.520.31
HSL44.84º36.55%51.18%-
HSV(B)44.84º51.7%69.02%-
XYZ30.9432.6713.27-
YUV152.1290.12145.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=42.51%
G=36.96%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761538500.130.520.3144.8436.5551.18
HexB099550D341F2d2533
Octal2602311250156437554563
Binary101100001001100110101010110111010011111101101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09955; }

 p { color: rgb(176,153,85); }

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

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

 a { background-color: rgb(176,153,85); }

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

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

 span { border-color: rgb(176,153,85); }

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