Shades of Lucky #B1A301
Tints of Lucky #B1A301
RGB
CMYK
RGB Variations
Color information
#B1A301 (or 0xB1A301) is known color: Lucky. HEX triplet: B1, A3 and 01. RGB value is (177,163,1). Sum of RGB (Red+Green+Blue) = 177+163+1=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A301 is #4E5CFE. Grayscale: #959595. Windows color (decimal): -5135615 or 107441. OLE color: 107441.
HSL color Cylindrical-coordinate representation of color #B1A301: hue angle of 55.23º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1A301 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.31 |
| HSL | 55.23º | 0.99% | 0.35% | - |
| HSV(B) | 55.23º | 0.99% | 0.69% | - |
| XYZ | 31.23 | 35.54 | 5.24 | - |
| YUV | 148.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 1 | 0 | 0.08 | 0.99 | 0.31 | 55.23 | 0.99 | 0.35 |
| Hex | B1 | A3 | 1 | 0 | 8 | 63 | 1F | 37 | 63 | 23 |
| Octal | 261 | 243 | 1 | 0 | 10 | 143 | 37 | 67 | 143 | 43 |
| Binary | 10110001 | 10100011 | 1 | 0 | 1000 | 1100011 | 11111 | 110111 | 1100011 | 100011 |
Color Harmonies of #B1A301
Complementary color
Monochromatic Colors of #B1A301
Black with #B1A301
Text Example
Text Example
White with #B1A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A301; }
p { color: rgb(177,163,1); }
H1.HeaderClassName
{
color: #B1A301;
}
.AnyTagClassName
{
color: #B1A301;
}
</style>
background-color css
<style>
a { background-color: #B1A301; }
a { background-color: rgb(177,163,1); }
div.DivClassName
{
background-color: #B1A301;
}
.BgClassName
{
background-color: #B1A301;
}
</style>
border-color css
<style>
span { border-color: #B1A301; }
span { border-color: rgb(177,163,1); }
td.TdClassName
{
border-color: #B1A301;
}
.TagClassName
{
border-color: #B1A301;
}
</style>