Shades of Lucky #B19A12
Tints of Lucky #B19A12
RGB
CMYK
RGB Variations
Color information
#B19A12 (or 0xB19A12) is known color: Lucky. HEX triplet: B1, 9A and 12. RGB value is (177,154,18). Sum of RGB (Red+Green+Blue) = 177+154+18=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A12 is #4E65ED. Grayscale: #919191. Windows color (decimal): -5137902 or 1219249. OLE color: 1219249.
HSL color Cylindrical-coordinate representation of color #B19A12: hue angle of 51.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B19A12 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 18 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.31 |
| HSL | 51.32º | 0.82% | 0.38% | - |
| HSV(B) | 51.32º | 0.9% | 0.69% | - |
| XYZ | 29.8 | 32.5 | 5.28 | - |
| YUV | 145.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 18 | 0 | 0.13 | 0.90 | 0.31 | 51.32 | 0.82 | 0.38 |
| Hex | B1 | 9A | 12 | 0 | D | 5A | 1F | 33 | 52 | 26 |
| Octal | 261 | 232 | 22 | 0 | 15 | 132 | 37 | 63 | 122 | 46 |
| Binary | 10110001 | 10011010 | 10010 | 0 | 1101 | 1011010 | 11111 | 110011 | 1010010 | 100110 |
Color Harmonies of #B19A12
Complementary color
Monochromatic Colors of #B19A12
Black with #B19A12
Text Example
Text Example
White with #B19A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A12; }
p { color: rgb(177,154,18); }
H1.HeaderClassName
{
color: #B19A12;
}
.AnyTagClassName
{
color: #B19A12;
}
</style>
background-color css
<style>
a { background-color: #B19A12; }
a { background-color: rgb(177,154,18); }
div.DivClassName
{
background-color: #B19A12;
}
.BgClassName
{
background-color: #B19A12;
}
</style>
border-color css
<style>
span { border-color: #B19A12; }
span { border-color: rgb(177,154,18); }
td.TdClassName
{
border-color: #B19A12;
}
.TagClassName
{
border-color: #B19A12;
}
</style>