#B09B55

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

Shades of Husk #B09B55

Tints of Husk #B09B55

Color information

#B09B55 (or 0xB09B55) is unknown color: approx Husk. HEX triplet: B0, 9B and 55. RGB value is (176,155,85). Sum of RGB (Red+Green+Blue) = 176+155+85=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B55 is #4F64AA. Grayscale: #999999. Windows color (decimal): -5203115 or 5610416. OLE color: 5610416.

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

Color convert

RGB17615585-
CMYK00.120.520.31
HSL46.15º36.55%51.18%-
HSV(B)46.15º51.7%69.02%-
XYZ31.2733.3313.38-
YUV153.389.46144.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=42.31%
G=37.26%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761558500.120.520.3146.1536.5551.18
HexB09B550C341F2e2533
Octal2602331250146437564563
Binary101100001001101110101010110011010011111101110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B55; }

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

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

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

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

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

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

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

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