#B29854

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

Shades of Husk #B29854

Tints of Husk #B29854

Color information

#B29854 (or 0xB29854) is unknown color: approx Husk. HEX triplet: B2, 98 and 54. RGB value is (178,152,84). Sum of RGB (Red+Green+Blue) = 178+152+84=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B29854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29854 is #4D67AB. Grayscale: #989898. Windows color (decimal): -5072812 or 5544114. OLE color: 5544114.

HSL color Cylindrical-coordinate representation of color #B29854: hue angle of 43.4º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B29854 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17815284-
CMYK00.150.530.30
HSL43.4º37.9%51.37%-
HSV(B)43.4º52.81%69.8%-
XYZ31.1932.5613.03-
YUV152.0289.61146.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=43.00%
G=36.71%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781528400.150.530.3043.437.951.37
HexB298540F351E2b2633
Octal2622301240176536534663
Binary101100101001100010101000111111010111110101011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29854; }

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

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

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

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

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

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

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

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