Shades of Lucky #B19A0F
Tints of Lucky #B19A0F
RGB
CMYK
RGB Variations
Color information
#B19A0F (or 0xB19A0F) is known color: Lucky. HEX triplet: B1, 9A and 0F. RGB value is (177,154,15). Sum of RGB (Red+Green+Blue) = 177+154+15=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A0F is #4E65F0. Grayscale: #919191. Windows color (decimal): -5137905 or 1022641. OLE color: 1022641.
HSL color Cylindrical-coordinate representation of color #B19A0F: hue angle of 51.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B19A0F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 15 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.31 |
| HSL | 51.48º | 0.84% | 0.38% | - |
| HSV(B) | 51.48º | 0.92% | 0.69% | - |
| XYZ | 29.77 | 32.49 | 5.15 | - |
| YUV | 145.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 15 | 0 | 0.13 | 0.92 | 0.31 | 51.48 | 0.84 | 0.38 |
| Hex | B1 | 9A | F | 0 | D | 5C | 1F | 33 | 54 | 26 |
| Octal | 261 | 232 | 17 | 0 | 15 | 134 | 37 | 63 | 124 | 46 |
| Binary | 10110001 | 10011010 | 1111 | 0 | 1101 | 1011100 | 11111 | 110011 | 1010100 | 100110 |
Color Harmonies of #B19A0F
Complementary color
Monochromatic Colors of #B19A0F
Black with #B19A0F
Text Example
Text Example
White with #B19A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A0F; }
p { color: rgb(177,154,15); }
H1.HeaderClassName
{
color: #B19A0F;
}
.AnyTagClassName
{
color: #B19A0F;
}
</style>
background-color css
<style>
a { background-color: #B19A0F; }
a { background-color: rgb(177,154,15); }
div.DivClassName
{
background-color: #B19A0F;
}
.BgClassName
{
background-color: #B19A0F;
}
</style>
border-color css
<style>
span { border-color: #B19A0F; }
span { border-color: rgb(177,154,15); }
td.TdClassName
{
border-color: #B19A0F;
}
.TagClassName
{
border-color: #B19A0F;
}
</style>