#B4A050

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

Shades of Husk #B4A050

Tints of Husk #B4A050

Color information

#B4A050 (or 0xB4A050) is unknown color: approx Husk. HEX triplet: B4, A0 and 50. RGB value is (180,160,80). Sum of RGB (Red+Green+Blue) = 180+160+80=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A050 is #4B5FAF. Grayscale: #9D9D9D. Windows color (decimal): -4939696 or 5284020. OLE color: 5284020.

HSL color Cylindrical-coordinate representation of color #B4A050: hue angle of 48º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4A050 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18016080-
CMYK00.110.560.29
HSL48º40%50.98%-
HSV(B)48º55.56%70.59%-
XYZ32.8435.4212.7-
YUV156.8684.63144.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=42.86%
G=38.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801608000.110.560.29484050.98
HexB4A0500B381D302833
Octal2642401200137035605063
Binary101101001010000010100000101111100011101110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A050; }

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

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

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

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

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

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

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

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