Shades of Lucky #B19F00
Tints of Lucky #B19F00
RGB
CMYK
RGB Variations
Color information
#B19F00 (or 0xB19F00) is known color: Lucky. HEX triplet: B1, 9F and 00. RGB value is (177,159,0). Sum of RGB (Red+Green+Blue) = 177+159+0=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19F00 is #4E60FF. Grayscale: #929292. Windows color (decimal): -5136640 or 40881. OLE color: 40881.
HSL color Cylindrical-coordinate representation of color #B19F00: hue angle of 53.9º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B19F00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.31 |
| HSL | 53.9º | 1% | 0.35% | - |
| HSV(B) | 53.9º | 1% | 0.69% | - |
| XYZ | 30.53 | 34.14 | 4.98 | - |
| YUV | 146.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 0 | 0 | 0.10 | 1 | 0.31 | 53.9 | 1 | 0.35 |
| Hex | B1 | 9F | 0 | 0 | A | 64 | 1F | 36 | 64 | 23 |
| Octal | 261 | 237 | 0 | 0 | 12 | 144 | 37 | 66 | 144 | 43 |
| Binary | 10110001 | 10011111 | 0 | 0 | 1010 | 1100100 | 11111 | 110110 | 1100100 | 100011 |
Color Harmonies of #B19F00
Complementary color
Monochromatic Colors of #B19F00
Black with #B19F00
Text Example
Text Example
White with #B19F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F00; }
p { color: rgb(177,159,0); }
H1.HeaderClassName
{
color: #B19F00;
}
.AnyTagClassName
{
color: #B19F00;
}
</style>
background-color css
<style>
a { background-color: #B19F00; }
a { background-color: rgb(177,159,0); }
div.DivClassName
{
background-color: #B19F00;
}
.BgClassName
{
background-color: #B19F00;
}
</style>
border-color css
<style>
span { border-color: #B19F00; }
span { border-color: rgb(177,159,0); }
td.TdClassName
{
border-color: #B19F00;
}
.TagClassName
{
border-color: #B19F00;
}
</style>