Shades of Lucky #B19A13
Tints of Lucky #B19A13
RGB
CMYK
RGB Variations
Color information
#B19A13 (or 0xB19A13) is known color: Lucky. HEX triplet: B1, 9A and 13. RGB value is (177,154,19). Sum of RGB (Red+Green+Blue) = 177+154+19=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A13 is #4E65EC. Grayscale: #929292. Windows color (decimal): -5137901 or 1284785. OLE color: 1284785.
HSL color Cylindrical-coordinate representation of color #B19A13: hue angle of 51.27º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B19A13 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 19 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.31 |
| HSL | 51.27º | 0.81% | 0.38% | - |
| HSV(B) | 51.27º | 0.89% | 0.69% | - |
| XYZ | 29.8 | 32.51 | 5.32 | - |
| YUV | 145.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 19 | 0 | 0.13 | 0.89 | 0.31 | 51.27 | 0.81 | 0.38 |
| Hex | B1 | 9A | 13 | 0 | D | 59 | 1F | 33 | 51 | 26 |
| Octal | 261 | 232 | 23 | 0 | 15 | 131 | 37 | 63 | 121 | 46 |
| Binary | 10110001 | 10011010 | 10011 | 0 | 1101 | 1011001 | 11111 | 110011 | 1010001 | 100110 |
Color Harmonies of #B19A13
Complementary color
Monochromatic Colors of #B19A13
Black with #B19A13
Text Example
Text Example
White with #B19A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A13; }
p { color: rgb(177,154,19); }
H1.HeaderClassName
{
color: #B19A13;
}
.AnyTagClassName
{
color: #B19A13;
}
</style>
background-color css
<style>
a { background-color: #B19A13; }
a { background-color: rgb(177,154,19); }
div.DivClassName
{
background-color: #B19A13;
}
.BgClassName
{
background-color: #B19A13;
}
</style>
border-color css
<style>
span { border-color: #B19A13; }
span { border-color: rgb(177,154,19); }
td.TdClassName
{
border-color: #B19A13;
}
.TagClassName
{
border-color: #B19A13;
}
</style>