#B4A216

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

Shades of Lucky #B4A216

Tints of Lucky #B4A216

Color information

#B4A216 (or 0xB4A216) is unknown color: approx Lucky. HEX triplet: B4, A2 and 16. RGB value is (180,162,22). Sum of RGB (Red+Green+Blue) = 180+162+22=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A216 is #4B5DE9. Grayscale: #979797. Windows color (decimal): -4939242 or 1483444. OLE color: 1483444.

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

Color convert

RGB18016222-
CMYK00.10.880.29
HSL53.16º78.22%39.61%-
HSV(B)53.16º87.78%70.59%-
XYZ31.8935.65.95-
YUV151.4254.96148.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 22 (8.98% from 255) = 6.04%
R=49.45%
G=44.51%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801622200.10.880.2953.1678.2239.61
HexB4A2160A581D354e28
Octal26424226012130356511650
Binary101101001010001010110010101011000111011101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A216; }

 p { color: rgb(180,162,22); }

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

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

 a { background-color: rgb(180,162,22); }

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

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

 span { border-color: rgb(180,162,22); }

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