Shades of Lucky #B19514
Tints of Lucky #B19514
RGB
CMYK
RGB Variations
Color information
#B19514 (or 0xB19514) is known color: Lucky. HEX triplet: B1, 95 and 14. RGB value is (177,149,20). Sum of RGB (Red+Green+Blue) = 177+149+20=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B19514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19514 is #4E6AEB. Grayscale: #8F8F8F. Windows color (decimal): -5139180 or 1349041. OLE color: 1349041.
HSL color Cylindrical-coordinate representation of color #B19514: hue angle of 49.3º 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 #B19514 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 20 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.31 |
| HSL | 49.3º | 0.8% | 0.39% | - |
| HSV(B) | 49.3º | 0.89% | 0.69% | - |
| XYZ | 29.01 | 30.89 | 5.1 | - |
| YUV | 142.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 20 | 0 | 0.16 | 0.89 | 0.31 | 49.3 | 0.8 | 0.39 |
| Hex | B1 | 95 | 14 | 0 | 10 | 59 | 1F | 31 | 50 | 27 |
| Octal | 261 | 225 | 24 | 0 | 20 | 131 | 37 | 61 | 120 | 47 |
| Binary | 10110001 | 10010101 | 10100 | 0 | 10000 | 1011001 | 11111 | 110001 | 1010000 | 100111 |
Color Harmonies of #B19514
Complementary color
Monochromatic Colors of #B19514
Black with #B19514
Text Example
Text Example
White with #B19514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19514; }
p { color: rgb(177,149,20); }
H1.HeaderClassName
{
color: #B19514;
}
.AnyTagClassName
{
color: #B19514;
}
</style>
background-color css
<style>
a { background-color: #B19514; }
a { background-color: rgb(177,149,20); }
div.DivClassName
{
background-color: #B19514;
}
.BgClassName
{
background-color: #B19514;
}
</style>
border-color css
<style>
span { border-color: #B19514; }
span { border-color: rgb(177,149,20); }
td.TdClassName
{
border-color: #B19514;
}
.TagClassName
{
border-color: #B19514;
}
</style>