#B29846

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

Shades of Husk #B29846

Tints of Husk #B29846

Color information

#B29846 (or 0xB29846) is unknown color: approx Husk. HEX triplet: B2, 98 and 46. RGB value is (178,152,70). Sum of RGB (Red+Green+Blue) = 178+152+70=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B29846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29846 is #4D67B9. Grayscale: #969696. Windows color (decimal): -5072826 or 4626610. OLE color: 4626610.

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

Color convert

RGB17815270-
CMYK00.150.610.30
HSL45.56º43.55%48.63%-
HSV(B)45.56º60.67%69.8%-
XYZ30.6932.3610.42-
YUV150.4382.61147.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=44.5%
G=38%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781527000.150.610.3045.5643.5548.63
HexB298460F3D1E2e2c31
Octal2622301060177536565461
Binary101100101001100010001100111111110111110101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29846; }

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

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

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

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

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

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

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

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