#B29847

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

Shades of Husk #B29847

Tints of Husk #B29847

Color information

#B29847 (or 0xB29847) is unknown color: approx Husk. HEX triplet: B2, 98 and 47. RGB value is (178,152,71). Sum of RGB (Red+Green+Blue) = 178+152+71=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B29847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29847 is #4D67B8. Grayscale: #969696. Windows color (decimal): -5072825 or 4692146. OLE color: 4692146.

HSL color Cylindrical-coordinate representation of color #B29847: hue angle of 45.42º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B29847 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17815271-
CMYK00.150.600.30
HSL45.42º42.97%48.82%-
HSV(B)45.42º60.11%69.8%-
XYZ30.7332.3810.59-
YUV150.5483.11147.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 71 (28.12% from 255) = 17.71%
R=44.39%
G=37.91%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781527100.150.600.3045.4242.9748.82
HexB298470F3C1E2d2b31
Octal2622301070177436555361
Binary101100101001100010001110111111110011110101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29847; }

 p { color: rgb(178,152,71); }

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

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

 a { background-color: rgb(178,152,71); }

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

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

 span { border-color: rgb(178,152,71); }

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