#B29B56

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

Shades of Husk #B29B56

Tints of Husk #B29B56

Color information

#B29B56 (or 0xB29B56) is unknown color: approx Husk. HEX triplet: B2, 9B and 56. RGB value is (178,155,86). Sum of RGB (Red+Green+Blue) = 178+155+86=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B56 is #4D64A9. Grayscale: #9A9A9A. Windows color (decimal): -5072042 or 5675954. OLE color: 5675954.

HSL color Cylindrical-coordinate representation of color #B29B56: hue angle of 45º degrees, saturation: 0.37, 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 #B29B56 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17815586-
CMYK00.130.520.30
HSL45º37.4%51.76%-
HSV(B)45º51.69%69.8%-
XYZ31.7633.5813.61-
YUV154.0189.62145.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=42.48%
G=36.99%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781558600.130.520.304537.451.76
HexB29B560D341E2d2534
Octal2622331260156436554564
Binary101100101001101110101100110111010011110101101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B56; }

 p { color: rgb(178,155,86); }

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

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

 a { background-color: rgb(178,155,86); }

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

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

 span { border-color: rgb(178,155,86); }

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