#B1A503

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

Shades of Lucky #B1A503

Tints of Lucky #B1A503

Color information

#B1A503 (or 0xB1A503) is unknown color: approx Lucky. HEX triplet: B1, A5 and 03. RGB value is (177,165,3). Sum of RGB (Red+Green+Blue) = 177+165+3=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A503 is #4E5AFC. Grayscale: #969696. Windows color (decimal): -5135101 or 239025. OLE color: 239025.

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

Color convert

RGB1771653-
CMYK00.070.980.31
HSL55.86º96.67%35.29%-
HSV(B)55.86º98.31%69.41%-
XYZ31.636.265.42-
YUV150.1244.98147.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=51.30%
G=47.83%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177165300.070.980.3155.8696.6735.29
HexB1A5307621F386123
Octal261245307142377014143
Binary10110001101001011101111100010111111110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A503; }

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

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

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

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

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

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

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

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