Shades of Lucky #B1A60B
Tints of Lucky #B1A60B
RGB
CMYK
RGB Variations
Color information
#B1A60B (or 0xB1A60B) is known color: Lucky. HEX triplet: B1, A6 and 0B. RGB value is (177,166,11). Sum of RGB (Red+Green+Blue) = 177+166+11=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A60B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A60B is #4E59F4. Grayscale: #989898. Windows color (decimal): -5134837 or 763569. OLE color: 763569.
HSL color Cylindrical-coordinate representation of color #B1A60B: hue angle of 56.02º 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 #B1A60B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.31 |
| HSL | 56.02º | 0.88% | 0.37% | - |
| HSV(B) | 56.02º | 0.94% | 0.69% | - |
| XYZ | 31.83 | 36.64 | 5.71 | - |
| YUV | 151.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 11 | 0 | 0.06 | 0.94 | 0.31 | 56.02 | 0.88 | 0.37 |
| Hex | B1 | A6 | B | 0 | 6 | 5E | 1F | 38 | 58 | 25 |
| Octal | 261 | 246 | 13 | 0 | 6 | 136 | 37 | 70 | 130 | 45 |
| Binary | 10110001 | 10100110 | 1011 | 0 | 110 | 1011110 | 11111 | 111000 | 1011000 | 100101 |
Color Harmonies of #B1A60B
Complementary color
Monochromatic Colors of #B1A60B
Black with #B1A60B
Text Example
Text Example
White with #B1A60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A60B; }
p { color: rgb(177,166,11); }
H1.HeaderClassName
{
color: #B1A60B;
}
.AnyTagClassName
{
color: #B1A60B;
}
</style>
background-color css
<style>
a { background-color: #B1A60B; }
a { background-color: rgb(177,166,11); }
div.DivClassName
{
background-color: #B1A60B;
}
.BgClassName
{
background-color: #B1A60B;
}
</style>
border-color css
<style>
span { border-color: #B1A60B; }
span { border-color: rgb(177,166,11); }
td.TdClassName
{
border-color: #B1A60B;
}
.TagClassName
{
border-color: #B1A60B;
}
</style>