Shades of Lucky #B19211
Tints of Lucky #B19211
RGB
CMYK
RGB Variations
Color information
#B19211 (or 0xB19211) is known color: Lucky. HEX triplet: B1, 92 and 11. RGB value is (177,146,17). Sum of RGB (Red+Green+Blue) = 177+146+17=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B19211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19211 is #4E6DEE. Grayscale: #8D8D8D. Windows color (decimal): -5139951 or 1151665. OLE color: 1151665.
HSL color Cylindrical-coordinate representation of color #B19211: hue angle of 48.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B19211 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 17 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.31 |
| HSL | 48.38º | 0.82% | 0.38% | - |
| HSV(B) | 48.38º | 0.9% | 0.69% | - |
| XYZ | 28.51 | 29.95 | 4.81 | - |
| YUV | 140.56 | 58.27 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 17 | 0 | 0.18 | 0.90 | 0.31 | 48.38 | 0.82 | 0.38 |
| Hex | B1 | 92 | 11 | 0 | 12 | 5A | 1F | 30 | 52 | 26 |
| Octal | 261 | 222 | 21 | 0 | 22 | 132 | 37 | 60 | 122 | 46 |
| Binary | 10110001 | 10010010 | 10001 | 0 | 10010 | 1011010 | 11111 | 110000 | 1010010 | 100110 |
Color Harmonies of #B19211
Complementary color
Monochromatic Colors of #B19211
Black with #B19211
Text Example
Text Example
White with #B19211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19211; }
p { color: rgb(177,146,17); }
H1.HeaderClassName
{
color: #B19211;
}
.AnyTagClassName
{
color: #B19211;
}
</style>
background-color css
<style>
a { background-color: #B19211; }
a { background-color: rgb(177,146,17); }
div.DivClassName
{
background-color: #B19211;
}
.BgClassName
{
background-color: #B19211;
}
</style>
border-color css
<style>
span { border-color: #B19211; }
span { border-color: rgb(177,146,17); }
td.TdClassName
{
border-color: #B19211;
}
.TagClassName
{
border-color: #B19211;
}
</style>