#B2A050

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

Shades of Husk #B2A050

Tints of Husk #B2A050

Color information

#B2A050 (or 0xB2A050) is unknown color: approx Husk. HEX triplet: B2, A0 and 50. RGB value is (178,160,80). Sum of RGB (Red+Green+Blue) = 178+160+80=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A050 is #4D5FAF. Grayscale: #9C9C9C. Windows color (decimal): -5070768 or 5284018. OLE color: 5284018.

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

Color convert

RGB17816080-
CMYK00.100.550.30
HSL48.98º38.89%50.59%-
HSV(B)48.98º55.06%69.8%-
XYZ32.3835.1912.67-
YUV156.2684.96143.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 80 (31.64% from 255) = 19.14%
R=42.58%
G=38.28%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781608000.100.550.3048.9838.8950.59
HexB2A0500A371E312733
Octal2622401200126736614763
Binary101100101010000010100000101011011111110110001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A050; }

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

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

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

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

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

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

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

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