#B09854

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

Shades of Husk #B09854

Tints of Husk #B09854

Color information

#B09854 (or 0xB09854) is unknown color: approx Husk. HEX triplet: B0, 98 and 54. RGB value is (176,152,84). Sum of RGB (Red+Green+Blue) = 176+152+84=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09854 is #4F67AB. Grayscale: #979797. Windows color (decimal): -5203884 or 5544112. OLE color: 5544112.

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

Color convert

RGB17615284-
CMYK00.140.520.31
HSL44.35º36.8%50.98%-
HSV(B)44.35º52.27%69.02%-
XYZ30.7332.3313.01-
YUV151.4289.95145.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 84 (33.20% from 255) = 20.39%
R=42.72%
G=36.89%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761528400.140.520.3144.3536.850.98
HexB098540E341F2c2533
Octal2602301240166437544563
Binary101100001001100010101000111011010011111101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09854; }

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

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

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

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

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

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

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

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