#B29752

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

Shades of Husk #B29752

Tints of Husk #B29752

Color information

#B29752 (or 0xB29752) is unknown color: approx Husk. HEX triplet: B2, 97 and 52. RGB value is (178,151,82). Sum of RGB (Red+Green+Blue) = 178+151+82=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B29752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29752 is #4D68AD. Grayscale: #979797. Windows color (decimal): -5073070 or 5412786. OLE color: 5412786.

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

Color convert

RGB17815182-
CMYK00.150.540.30
HSL43.12º38.4%50.98%-
HSV(B)43.12º53.93%69.8%-
XYZ30.9532.2112.57-
YUV151.2188.95147.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=43.31%
G=36.74%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781518200.150.540.3043.1238.450.98
HexB297520F361E2b2633
Octal2622271220176636534663
Binary101100101001011110100100111111011011110101011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29752; }

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

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

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

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

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

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

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

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