#B3A50B

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

Shades of Lucky #B3A50B

Tints of Lucky #B3A50B

Color information

#B3A50B (or 0xB3A50B) is unknown color: approx Lucky. HEX triplet: B3, A5 and 0B. RGB value is (179,165,11). Sum of RGB (Red+Green+Blue) = 179+165+11=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A50B is #4C5AF4. Grayscale: #989898. Windows color (decimal): -5004021 or 763315. OLE color: 763315.

HSL color Cylindrical-coordinate representation of color #B3A50B: hue angle of 55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3A50B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17916511-
CMYK00.080.940.30
HSL55º88.42%37.25%-
HSV(B)55º93.85%70.2%-
XYZ32.1136.525.67-
YUV151.6348.64147.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 11 (4.69% from 255) = 3.10%
R=50.42%
G=46.48%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791651100.080.940.305588.4237.25
HexB3A5B085E1E375825
Octal26324513010136366713045
Binary10110011101001011011010001011110111101101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A50B; }

 p { color: rgb(179,165,11); }

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

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

 a { background-color: rgb(179,165,11); }

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

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

 span { border-color: rgb(179,165,11); }

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