Shades of Lucky #B19610
Tints of Lucky #B19610
RGB
CMYK
RGB Variations
Color information
#B19610 (or 0xB19610) is known color: Lucky. HEX triplet: B1, 96 and 10. RGB value is (177,150,16). Sum of RGB (Red+Green+Blue) = 177+150+16=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B19610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19610 is #4E69EF. Grayscale: #8F8F8F. Windows color (decimal): -5138928 or 1087153. OLE color: 1087153.
HSL color Cylindrical-coordinate representation of color #B19610: hue angle of 49.94º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B19610 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 16 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.31 |
| HSL | 49.94º | 0.83% | 0.38% | - |
| HSV(B) | 49.94º | 0.91% | 0.69% | - |
| XYZ | 29.13 | 31.2 | 4.98 | - |
| YUV | 142.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 16 | 0 | 0.15 | 0.91 | 0.31 | 49.94 | 0.83 | 0.38 |
| Hex | B1 | 96 | 10 | 0 | F | 5B | 1F | 32 | 53 | 26 |
| Octal | 261 | 226 | 20 | 0 | 17 | 133 | 37 | 62 | 123 | 46 |
| Binary | 10110001 | 10010110 | 10000 | 0 | 1111 | 1011011 | 11111 | 110010 | 1010011 | 100110 |
Color Harmonies of #B19610
Complementary color
Monochromatic Colors of #B19610
Black with #B19610
Text Example
Text Example
White with #B19610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19610; }
p { color: rgb(177,150,16); }
H1.HeaderClassName
{
color: #B19610;
}
.AnyTagClassName
{
color: #B19610;
}
</style>
background-color css
<style>
a { background-color: #B19610; }
a { background-color: rgb(177,150,16); }
div.DivClassName
{
background-color: #B19610;
}
.BgClassName
{
background-color: #B19610;
}
</style>
border-color css
<style>
span { border-color: #B19610; }
span { border-color: rgb(177,150,16); }
td.TdClassName
{
border-color: #B19610;
}
.TagClassName
{
border-color: #B19610;
}
</style>