#B29C54

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

Shades of Husk #B29C54

Tints of Husk #B29C54

Color information

#B29C54 (or 0xB29C54) is unknown color: approx Husk. HEX triplet: B2, 9C and 54. RGB value is (178,156,84). Sum of RGB (Red+Green+Blue) = 178+156+84=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C54 is #4D63AB. Grayscale: #9A9A9A. Windows color (decimal): -5071788 or 5545138. OLE color: 5545138.

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

Color convert

RGB17815684-
CMYK00.120.530.30
HSL45.96º37.9%51.37%-
HSV(B)45.96º52.81%69.8%-
XYZ31.8533.8813.25-
YUV154.3788.29144.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=42.58%
G=37.32%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781568400.120.530.3045.9637.951.37
HexB29C540C351E2e2633
Octal2622341240146536564663
Binary101100101001110010101000110011010111110101110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C54; }

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

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

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

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

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

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

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

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