Shades of Lucky #B19F1B
Tints of Lucky #B19F1B
RGB
CMYK
RGB Variations
Color information
#B19F1B (or 0xB19F1B) is known color: Lucky. HEX triplet: B1, 9F and 1B. RGB value is (177,159,27). Sum of RGB (Red+Green+Blue) = 177+159+27=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F1B is #4E60E4. Grayscale: #959595. Windows color (decimal): -5136613 or 1810353. OLE color: 1810353.
HSL color Cylindrical-coordinate representation of color #B19F1B: hue angle of 52.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B19F1B is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 27 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.31 |
| HSL | 52.8º | 0.74% | 0.4% | - |
| HSV(B) | 52.8º | 0.85% | 0.69% | - |
| XYZ | 30.73 | 34.22 | 6.02 | - |
| YUV | 149.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 27 | 0 | 0.10 | 0.85 | 0.31 | 52.8 | 0.74 | 0.4 |
| Hex | B1 | 9F | 1B | 0 | A | 55 | 1F | 35 | 4A | 28 |
| Octal | 261 | 237 | 33 | 0 | 12 | 125 | 37 | 65 | 112 | 50 |
| Binary | 10110001 | 10011111 | 11011 | 0 | 1010 | 1010101 | 11111 | 110101 | 1001010 | 101000 |
Color Harmonies of #B19F1B
Complementary color
Monochromatic Colors of #B19F1B
Black with #B19F1B
Text Example
Text Example
White with #B19F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F1B; }
p { color: rgb(177,159,27); }
H1.HeaderClassName
{
color: #B19F1B;
}
.AnyTagClassName
{
color: #B19F1B;
}
</style>
background-color css
<style>
a { background-color: #B19F1B; }
a { background-color: rgb(177,159,27); }
div.DivClassName
{
background-color: #B19F1B;
}
.BgClassName
{
background-color: #B19F1B;
}
</style>
border-color css
<style>
span { border-color: #B19F1B; }
span { border-color: rgb(177,159,27); }
td.TdClassName
{
border-color: #B19F1B;
}
.TagClassName
{
border-color: #B19F1B;
}
</style>