#B4A115

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

Shades of Lucky #B4A115

Tints of Lucky #B4A115

Color information

#B4A115 (or 0xB4A115) is unknown color: approx Lucky. HEX triplet: B4, A1 and 15. RGB value is (180,161,21). Sum of RGB (Red+Green+Blue) = 180+161+21=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A115 is #4B5EEA. Grayscale: #979797. Windows color (decimal): -4939499 or 1417652. OLE color: 1417652.

HSL color Cylindrical-coordinate representation of color #B4A115: hue angle of 52.83º 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 #B4A115 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18016121-
CMYK00.110.880.29
HSL52.83º79.1%39.41%-
HSV(B)52.83º88.33%70.59%-
XYZ31.735.255.84-
YUV150.7254.79148.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 21 (8.59% from 255) = 5.80%
R=49.72%
G=44.48%
B=5.80%

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
Decimal1801612100.110.880.2952.8379.139.41
HexB4A1150B581D354f27
Octal26424125013130356511747
Binary101101001010000110101010111011000111011101011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A115; }

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

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

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

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

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

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

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

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