Shades of Lucky #B19614
Tints of Lucky #B19614
RGB
CMYK
RGB Variations
Color information
#B19614 (or 0xB19614) is known color: Lucky. HEX triplet: B1, 96 and 14. RGB value is (177,150,20). Sum of RGB (Red+Green+Blue) = 177+150+20=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B19614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19614 is #4E69EB. Grayscale: #8F8F8F. Windows color (decimal): -5138924 or 1349297. OLE color: 1349297.
HSL color Cylindrical-coordinate representation of color #B19614: hue angle of 49.68º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B19614 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 20 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.31 |
| HSL | 49.68º | 0.8% | 0.39% | - |
| HSV(B) | 49.68º | 0.89% | 0.69% | - |
| XYZ | 29.16 | 31.21 | 5.15 | - |
| YUV | 143.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 20 | 0 | 0.15 | 0.89 | 0.31 | 49.68 | 0.8 | 0.39 |
| Hex | B1 | 96 | 14 | 0 | F | 59 | 1F | 32 | 50 | 27 |
| Octal | 261 | 226 | 24 | 0 | 17 | 131 | 37 | 62 | 120 | 47 |
| Binary | 10110001 | 10010110 | 10100 | 0 | 1111 | 1011001 | 11111 | 110010 | 1010000 | 100111 |
Color Harmonies of #B19614
Complementary color
Monochromatic Colors of #B19614
Black with #B19614
Text Example
Text Example
White with #B19614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19614; }
p { color: rgb(177,150,20); }
H1.HeaderClassName
{
color: #B19614;
}
.AnyTagClassName
{
color: #B19614;
}
</style>
background-color css
<style>
a { background-color: #B19614; }
a { background-color: rgb(177,150,20); }
div.DivClassName
{
background-color: #B19614;
}
.BgClassName
{
background-color: #B19614;
}
</style>
border-color css
<style>
span { border-color: #B19614; }
span { border-color: rgb(177,150,20); }
td.TdClassName
{
border-color: #B19614;
}
.TagClassName
{
border-color: #B19614;
}
</style>