Shades of Lucky #B19F0E
Tints of Lucky #B19F0E
RGB
CMYK
RGB Variations
Color information
#B19F0E (or 0xB19F0E) is known color: Lucky. HEX triplet: B1, 9F and 0E. RGB value is (177,159,14). Sum of RGB (Red+Green+Blue) = 177+159+14=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19F0E is #4E60F1. Grayscale: #949494. Windows color (decimal): -5136626 or 958385. OLE color: 958385.
HSL color Cylindrical-coordinate representation of color #B19F0E: hue angle of 53.37º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B19F0E is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 14 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.31 |
| HSL | 53.37º | 0.85% | 0.37% | - |
| HSV(B) | 53.37º | 0.92% | 0.69% | - |
| XYZ | 30.61 | 34.18 | 5.4 | - |
| YUV | 147.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 14 | 0 | 0.10 | 0.92 | 0.31 | 53.37 | 0.85 | 0.37 |
| Hex | B1 | 9F | E | 0 | A | 5C | 1F | 35 | 55 | 25 |
| Octal | 261 | 237 | 16 | 0 | 12 | 134 | 37 | 65 | 125 | 45 |
| Binary | 10110001 | 10011111 | 1110 | 0 | 1010 | 1011100 | 11111 | 110101 | 1010101 | 100101 |
Color Harmonies of #B19F0E
Complementary color
Monochromatic Colors of #B19F0E
Black with #B19F0E
Text Example
Text Example
White with #B19F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F0E; }
p { color: rgb(177,159,14); }
H1.HeaderClassName
{
color: #B19F0E;
}
.AnyTagClassName
{
color: #B19F0E;
}
</style>
background-color css
<style>
a { background-color: #B19F0E; }
a { background-color: rgb(177,159,14); }
div.DivClassName
{
background-color: #B19F0E;
}
.BgClassName
{
background-color: #B19F0E;
}
</style>
border-color css
<style>
span { border-color: #B19F0E; }
span { border-color: rgb(177,159,14); }
td.TdClassName
{
border-color: #B19F0E;
}
.TagClassName
{
border-color: #B19F0E;
}
</style>