#B3A311

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

Shades of Lucky #B3A311

Tints of Lucky #B3A311

Color information

#B3A311 (or 0xB3A311) is unknown color: approx Lucky. HEX triplet: B3, A3 and 11. RGB value is (179,163,17). Sum of RGB (Red+Green+Blue) = 179+163+17=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A311 is #4C5CEE. Grayscale: #979797. Windows color (decimal): -5004527 or 1156019. OLE color: 1156019.

HSL color Cylindrical-coordinate representation of color #B3A311: hue angle of 54.07º degrees, saturation: 0.83, 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 #B3A311 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17916317-
CMYK00.090.910.30
HSL54.07º82.65%38.43%-
HSV(B)54.07º90.5%70.2%-
XYZ31.7935.825.77-
YUV151.1452.3147.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 17 (7.03% from 255) = 4.74%
R=49.86%
G=45.40%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791631700.090.910.3054.0782.6538.43
HexB3A311095B1E365326
Octal26324321011133366612346
Binary101100111010001110001010011011011111101101101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A311; }

 p { color: rgb(179,163,17); }

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

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

 a { background-color: rgb(179,163,17); }

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

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

 span { border-color: rgb(179,163,17); }

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