#B29955

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

Shades of Husk #B29955

Tints of Husk #B29955

Color information

#B29955 (or 0xB29955) is unknown color: approx Husk. HEX triplet: B2, 99 and 55. RGB value is (178,153,85). Sum of RGB (Red+Green+Blue) = 178+153+85=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B29955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29955 is #4D66AA. Grayscale: #999999. Windows color (decimal): -5072555 or 5609906. OLE color: 5609906.

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

Color convert

RGB17815385-
CMYK00.140.520.30
HSL43.87º37.65%51.57%-
HSV(B)43.87º52.25%69.8%-
XYZ31.3932.913.29-
YUV152.7289.78146.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=42.79%
G=36.78%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781538500.140.520.3043.8737.6551.57
HexB299550E341E2c2634
Octal2622311250166436544664
Binary101100101001100110101010111011010011110101100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29955; }

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

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

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

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

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

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

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

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