#B4A015

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

Shades of Lucky #B4A015

Tints of Lucky #B4A015

Color information

#B4A015 (or 0xB4A015) is unknown color: approx Lucky. HEX triplet: B4, A0 and 15. RGB value is (180,160,21). Sum of RGB (Red+Green+Blue) = 180+160+21=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A015 is #4B5FEA. Grayscale: #969696. Windows color (decimal): -4939755 or 1417396. OLE color: 1417396.

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

Color convert

RGB18016021-
CMYK00.110.880.29
HSL52.45º79.1%39.41%-
HSV(B)52.45º88.33%70.59%-
XYZ31.5334.95.78-
YUV150.1355.13149.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 21 (8.59% from 255) = 5.82%
R=49.86%
G=44.32%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801602100.110.880.2952.4579.139.41
HexB4A0150B581D344f27
Octal26424025013130356411747
Binary101101001010000010101010111011000111011101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A015; }

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

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

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

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

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

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

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

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