#B0A106

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

Shades of Lucky #B0A106

Tints of Lucky #B0A106

Color information

#B0A106 (or 0xB0A106) is unknown color: approx Lucky. HEX triplet: B0, A1 and 06. RGB value is (176,161,6). Sum of RGB (Red+Green+Blue) = 176+161+6=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A106 is #4F5EF9. Grayscale: #949494. Windows color (decimal): -5201658 or 434608. OLE color: 434608.

HSL color Cylindrical-coordinate representation of color #B0A106: hue angle of 54.71º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0A106 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1761616-
CMYK00.090.970.31
HSL54.71º93.41%35.69%-
HSV(B)54.71º96.59%69.02%-
XYZ30.6834.735.26-
YUV147.8147.97148.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 6 (2.73% from 255) = 1.75%
R=51.31%
G=46.94%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176161600.090.970.3154.7193.4135.69
HexB0A1609611F375d24
Octal2602416011141376713544
Binary1011000010100001110010011100001111111101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A106; }

 p { color: rgb(176,161,6); }

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

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

 a { background-color: rgb(176,161,6); }

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

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

 span { border-color: rgb(176,161,6); }

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