#B29650

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

Shades of Husk #B29650

Tints of Husk #B29650

Color information

#B29650 (or 0xB29650) is unknown color: approx Husk. HEX triplet: B2, 96 and 50. RGB value is (178,150,80). Sum of RGB (Red+Green+Blue) = 178+150+80=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B29650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29650 is #4D69AF. Grayscale: #969696. Windows color (decimal): -5073328 or 5281458. OLE color: 5281458.

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

Color convert

RGB17815080-
CMYK00.160.550.30
HSL42.86º38.89%50.59%-
HSV(B)42.86º55.06%69.8%-
XYZ30.7131.8612.12-
YUV150.3988.28147.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=43.63%
G=36.76%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781508000.160.550.3042.8638.8950.59
HexB29650010371E2b2733
Octal2622261200206736534763
Binary1011001010010110101000001000011011111110101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29650; }

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

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

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

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

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

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

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

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