#B29E52

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

Shades of Husk #B29E52

Tints of Husk #B29E52

Color information

#B29E52 (or 0xB29E52) is unknown color: approx Husk. HEX triplet: B2, 9E and 52. RGB value is (178,158,82). Sum of RGB (Red+Green+Blue) = 178+158+82=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E52 is #4D61AD. Grayscale: #9B9B9B. Windows color (decimal): -5071278 or 5414578. OLE color: 5414578.

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

Color convert

RGB17815882-
CMYK00.110.540.30
HSL47.5º38.4%50.98%-
HSV(B)47.5º53.93%69.8%-
XYZ32.1134.5312.95-
YUV155.3286.63144.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 82 (32.42% from 255) = 19.62%
R=42.58%
G=37.80%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781588200.110.540.3047.538.450.98
HexB29E520B361E302633
Octal2622361220136636604663
Binary101100101001111010100100101111011011110110000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E52; }

 p { color: rgb(178,158,82); }

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

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

 a { background-color: rgb(178,158,82); }

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

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

 span { border-color: rgb(178,158,82); }

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