#B1A119

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

Shades of Lucky #B1A119

Tints of Lucky #B1A119

Color information

#B1A119 (or 0xB1A119) is unknown color: approx Lucky. HEX triplet: B1, A1 and 19. RGB value is (177,161,25). Sum of RGB (Red+Green+Blue) = 177+161+25=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A119 is #4E5EE6. Grayscale: #969696. Windows color (decimal): -5136103 or 1679793. OLE color: 1679793.

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

Color convert

RGB17716125-
CMYK00.090.860.31
HSL53.68º75.25%39.61%-
HSV(B)53.68º85.88%69.41%-
XYZ31.0534.916.02-
YUV150.2857.3147.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 25 (10.16% from 255) = 6.89%
R=48.76%
G=44.35%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771612500.090.860.3153.6875.2539.61
HexB1A11909561F364b28
Octal26124131011126376611350
Binary101100011010000111001010011010110111111101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A119; }

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

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

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

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

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

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

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

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