Shades of Lucky #B1A507
Tints of Lucky #B1A507
RGB
CMYK
RGB Variations
Color information
#B1A507 (or 0xB1A507) is known color: Lucky. HEX triplet: B1, A5 and 07. RGB value is (177,165,7). Sum of RGB (Red+Green+Blue) = 177+165+7=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A507 is #4E5AF8. Grayscale: #979797. Windows color (decimal): -5135097 or 501169. OLE color: 501169.
HSL color Cylindrical-coordinate representation of color #B1A507: hue angle of 55.76º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1A507 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.31 |
| HSL | 55.76º | 0.92% | 0.36% | - |
| HSV(B) | 55.76º | 0.96% | 0.69% | - |
| XYZ | 31.62 | 36.27 | 5.54 | - |
| YUV | 150.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 7 | 0 | 0.07 | 0.96 | 0.31 | 55.76 | 0.92 | 0.36 |
| Hex | B1 | A5 | 7 | 0 | 7 | 60 | 1F | 38 | 5C | 24 |
| Octal | 261 | 245 | 7 | 0 | 7 | 140 | 37 | 70 | 134 | 44 |
| Binary | 10110001 | 10100101 | 111 | 0 | 111 | 1100000 | 11111 | 111000 | 1011100 | 100100 |
Color Harmonies of #B1A507
Complementary color
Monochromatic Colors of #B1A507
Black with #B1A507
Text Example
Text Example
White with #B1A507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A507; }
p { color: rgb(177,165,7); }
H1.HeaderClassName
{
color: #B1A507;
}
.AnyTagClassName
{
color: #B1A507;
}
</style>
background-color css
<style>
a { background-color: #B1A507; }
a { background-color: rgb(177,165,7); }
div.DivClassName
{
background-color: #B1A507;
}
.BgClassName
{
background-color: #B1A507;
}
</style>
border-color css
<style>
span { border-color: #B1A507; }
span { border-color: rgb(177,165,7); }
td.TdClassName
{
border-color: #B1A507;
}
.TagClassName
{
border-color: #B1A507;
}
</style>