Shades of Lucky #B19E00
Tints of Lucky #B19E00
RGB
CMYK
RGB Variations
Color information
#B19E00 (or 0xB19E00) is known color: Lucky. HEX triplet: B1, 9E and 00. RGB value is (177,158,0). Sum of RGB (Red+Green+Blue) = 177+158+0=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19E00 is #4E61FF. Grayscale: #929292. Windows color (decimal): -5136896 or 40625. OLE color: 40625.
HSL color Cylindrical-coordinate representation of color #B19E00: hue angle of 53.56º 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 #B19E00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.31 |
| HSL | 53.56º | 1% | 0.35% | - |
| HSV(B) | 53.56º | 1% | 0.69% | - |
| XYZ | 30.36 | 33.8 | 4.92 | - |
| YUV | 145.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 0 | 0 | 0.11 | 1 | 0.31 | 53.56 | 1 | 0.35 |
| Hex | B1 | 9E | 0 | 0 | B | 64 | 1F | 36 | 64 | 23 |
| Octal | 261 | 236 | 0 | 0 | 13 | 144 | 37 | 66 | 144 | 43 |
| Binary | 10110001 | 10011110 | 0 | 0 | 1011 | 1100100 | 11111 | 110110 | 1100100 | 100011 |
Color Harmonies of #B19E00
Complementary color
Monochromatic Colors of #B19E00
Black with #B19E00
Text Example
Text Example
White with #B19E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E00; }
p { color: rgb(177,158,0); }
H1.HeaderClassName
{
color: #B19E00;
}
.AnyTagClassName
{
color: #B19E00;
}
</style>
background-color css
<style>
a { background-color: #B19E00; }
a { background-color: rgb(177,158,0); }
div.DivClassName
{
background-color: #B19E00;
}
.BgClassName
{
background-color: #B19E00;
}
</style>
border-color css
<style>
span { border-color: #B19E00; }
span { border-color: rgb(177,158,0); }
td.TdClassName
{
border-color: #B19E00;
}
.TagClassName
{
border-color: #B19E00;
}
</style>