#B29647

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

Shades of Husk #B29647

Tints of Husk #B29647

Color information

#B29647 (or 0xB29647) is unknown color: approx Husk. HEX triplet: B2, 96 and 47. RGB value is (178,150,71). Sum of RGB (Red+Green+Blue) = 178+150+71=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B29647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29647 is #4D69B8. Grayscale: #959595. Windows color (decimal): -5073337 or 4691634. OLE color: 4691634.

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

Color convert

RGB17815071-
CMYK00.160.600.30
HSL44.3º42.97%48.82%-
HSV(B)44.3º60.11%69.8%-
XYZ30.431.7310.48-
YUV149.3783.78148.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=44.61%
G=37.59%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781507100.160.600.3044.342.9748.82
HexB296470103C1E2c2b31
Octal2622261070207436545361
Binary1011001010010110100011101000011110011110101100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29647; }

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

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

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

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

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

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

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

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