#B1A50E

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

Shades of Lucky #B1A50E

Tints of Lucky #B1A50E

Color information

#B1A50E (or 0xB1A50E) is unknown color: approx Lucky. HEX triplet: B1, A5 and 0E. RGB value is (177,165,14). Sum of RGB (Red+Green+Blue) = 177+165+14=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A50E is #4E5AF1. Grayscale: #979797. Windows color (decimal): -5135090 or 959921. OLE color: 959921.

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

Color convert

RGB17716514-
CMYK00.070.920.31
HSL55.58º85.34%37.45%-
HSV(B)55.58º92.09%69.41%-
XYZ31.6736.295.75-
YUV151.3750.48146.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 14 (5.86% from 255) = 3.93%
R=49.72%
G=46.35%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771651400.070.920.3155.5885.3437.45
HexB1A5E075C1F385525
Octal2612451607134377012545
Binary1011000110100101111001111011100111111110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A50E; }

 p { color: rgb(177,165,14); }

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

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

 a { background-color: rgb(177,165,14); }

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

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

 span { border-color: rgb(177,165,14); }

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