#B4A019

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

Shades of Lucky #B4A019

Tints of Lucky #B4A019

Color information

#B4A019 (or 0xB4A019) is unknown color: approx Lucky. HEX triplet: B4, A0 and 19. RGB value is (180,160,25). Sum of RGB (Red+Green+Blue) = 180+160+25=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A019 is #4B5FE6. Grayscale: #979797. Windows color (decimal): -4939751 or 1679540. OLE color: 1679540.

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

Color convert

RGB18016025-
CMYK00.110.860.29
HSL52.26º75.61%40.2%-
HSV(B)52.26º86.11%70.59%-
XYZ31.5734.926-
YUV150.5957.13148.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 160 (62.89% from 255) = 43.84%
BLUE value IS 25 (10.16% from 255) = 6.85%
R=49.32%
G=43.84%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801602500.110.860.2952.2675.6140.2
HexB4A0190B561D344c28
Octal26424031013126356411450
Binary101101001010000011001010111010110111011101001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A019; }

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

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

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

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

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

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

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

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