#B09554

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

Shades of Husk #B09554

Tints of Husk #B09554

Color information

#B09554 (or 0xB09554) is unknown color: approx Husk. HEX triplet: B0, 95 and 54. RGB value is (176,149,84). Sum of RGB (Red+Green+Blue) = 176+149+84=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09554 is #4F6AAB. Grayscale: #959595. Windows color (decimal): -5204652 or 5543344. OLE color: 5543344.

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

Color convert

RGB17614984-
CMYK00.150.520.31
HSL42.39º36.8%50.98%-
HSV(B)42.39º52.27%69.02%-
XYZ30.2531.3712.85-
YUV149.6690.95146.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=43.03%
G=36.43%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761498400.150.520.3142.3936.850.98
HexB095540F341F2a2533
Octal2602251240176437524563
Binary101100001001010110101000111111010011111101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09554; }

 p { color: rgb(176,149,84); }

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

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

 a { background-color: rgb(176,149,84); }

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

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

 span { border-color: rgb(176,149,84); }

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