#B29350

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

Shades of Husk #B29350

Tints of Husk #B29350

Color information

#B29350 (or 0xB29350) is unknown color: approx Husk. HEX triplet: B2, 93 and 50. RGB value is (178,147,80). Sum of RGB (Red+Green+Blue) = 178+147+80=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B29350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29350 is #4D6CAF. Grayscale: #949494. Windows color (decimal): -5074096 or 5280690. OLE color: 5280690.

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

Color convert

RGB17814780-
CMYK00.170.550.30
HSL41.02º38.89%50.59%-
HSV(B)41.02º55.06%69.8%-
XYZ30.2430.9111.96-
YUV148.6389.27148.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=43.95%
G=36.30%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781478000.170.550.3041.0238.8950.59
HexB29350011371E292733
Octal2622231200216736514763
Binary1011001010010011101000001000111011111110101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29350; }

 p { color: rgb(178,147,80); }

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

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

 a { background-color: rgb(178,147,80); }

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

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

 span { border-color: rgb(178,147,80); }

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