Shades of Lucky #B19613
Tints of Lucky #B19613
RGB
CMYK
RGB Variations
Color information
#B19613 (or 0xB19613) is known color: Lucky. HEX triplet: B1, 96 and 13. RGB value is (177,150,19). Sum of RGB (Red+Green+Blue) = 177+150+19=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B19613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19613 is #4E69EC. Grayscale: #8F8F8F. Windows color (decimal): -5138925 or 1283761. OLE color: 1283761.
HSL color Cylindrical-coordinate representation of color #B19613: hue angle of 49.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B19613 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 19 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.31 |
| HSL | 49.75º | 0.81% | 0.38% | - |
| HSV(B) | 49.75º | 0.89% | 0.69% | - |
| XYZ | 29.16 | 31.21 | 5.1 | - |
| YUV | 143.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 19 | 0 | 0.15 | 0.89 | 0.31 | 49.75 | 0.81 | 0.38 |
| Hex | B1 | 96 | 13 | 0 | F | 59 | 1F | 32 | 51 | 26 |
| Octal | 261 | 226 | 23 | 0 | 17 | 131 | 37 | 62 | 121 | 46 |
| Binary | 10110001 | 10010110 | 10011 | 0 | 1111 | 1011001 | 11111 | 110010 | 1010001 | 100110 |
Color Harmonies of #B19613
Complementary color
Monochromatic Colors of #B19613
Black with #B19613
Text Example
Text Example
White with #B19613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19613; }
p { color: rgb(177,150,19); }
H1.HeaderClassName
{
color: #B19613;
}
.AnyTagClassName
{
color: #B19613;
}
</style>
background-color css
<style>
a { background-color: #B19613; }
a { background-color: rgb(177,150,19); }
div.DivClassName
{
background-color: #B19613;
}
.BgClassName
{
background-color: #B19613;
}
</style>
border-color css
<style>
span { border-color: #B19613; }
span { border-color: rgb(177,150,19); }
td.TdClassName
{
border-color: #B19613;
}
.TagClassName
{
border-color: #B19613;
}
</style>