#B1A10B

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

Shades of Lucky #B1A10B

Tints of Lucky #B1A10B

Color information

#B1A10B (or 0xB1A10B) is unknown color: approx Lucky. HEX triplet: B1, A1 and 0B. RGB value is (177,161,11). Sum of RGB (Red+Green+Blue) = 177+161+11=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A10B is #4E5EF4. Grayscale: #959595. Windows color (decimal): -5136117 or 762289. OLE color: 762289.

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

Color convert

RGB17716111-
CMYK00.090.940.31
HSL54.22º88.3%36.86%-
HSV(B)54.22º93.79%69.41%-
XYZ30.9434.865.41-
YUV148.6850.3148.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 11 (4.69% from 255) = 3.15%
R=50.72%
G=46.13%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771611100.090.940.3154.2288.336.86
HexB1A1B095E1F365825
Octal26124113011136376613045
Binary10110001101000011011010011011110111111101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A10B; }

 p { color: rgb(177,161,11); }

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

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

 a { background-color: rgb(177,161,11); }

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

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

 span { border-color: rgb(177,161,11); }

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