#B3A010

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

Shades of Lucky #B3A010

Tints of Lucky #B3A010

Color information

#B3A010 (or 0xB3A010) is unknown color: approx Lucky. HEX triplet: B3, A0 and 10. RGB value is (179,160,16). Sum of RGB (Red+Green+Blue) = 179+160+16=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A010 is #4C5FEF. Grayscale: #959595. Windows color (decimal): -5005296 or 1089715. OLE color: 1089715.

HSL color Cylindrical-coordinate representation of color #B3A010: hue angle of 53.01º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3A010 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17916016-
CMYK00.110.910.30
HSL53.01º83.59%38.24%-
HSV(B)53.01º91.06%70.2%-
XYZ31.2534.765.55-
YUV149.2652.79149.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 16 (6.64% from 255) = 4.51%
R=50.42%
G=45.07%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791601600.110.910.3053.0183.5938.24
HexB3A0100B5B1E355426
Octal26324020013133366512446
Binary101100111010000010000010111011011111101101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A010; }

 p { color: rgb(179,160,16); }

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

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

 a { background-color: rgb(179,160,16); }

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

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

 span { border-color: rgb(179,160,16); }

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