Shades of Lucky #B18F16
Tints of Lucky #B18F16
RGB
CMYK
RGB Variations
Color information
#B18F16 (or 0xB18F16) is known color: Lucky. HEX triplet: B1, 8F and 16. RGB value is (177,143,22). Sum of RGB (Red+Green+Blue) = 177+143+22=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F16 is #4E70E9. Grayscale: #8B8B8B. Windows color (decimal): -5140714 or 1478577. OLE color: 1478577.
HSL color Cylindrical-coordinate representation of color #B18F16: hue angle of 46.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B18F16 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 22 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.31 |
| HSL | 46.84º | 0.78% | 0.39% | - |
| HSV(B) | 46.84º | 0.88% | 0.69% | - |
| XYZ | 28.1 | 29.05 | 4.89 | - |
| YUV | 139.37 | 61.76 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 22 | 0 | 0.19 | 0.88 | 0.31 | 46.84 | 0.78 | 0.39 |
| Hex | B1 | 8F | 16 | 0 | 13 | 58 | 1F | 2F | 4E | 27 |
| Octal | 261 | 217 | 26 | 0 | 23 | 130 | 37 | 57 | 116 | 47 |
| Binary | 10110001 | 10001111 | 10110 | 0 | 10011 | 1011000 | 11111 | 101111 | 1001110 | 100111 |
Color Harmonies of #B18F16
Complementary color
Monochromatic Colors of #B18F16
Black with #B18F16
Text Example
Text Example
White with #B18F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F16; }
p { color: rgb(177,143,22); }
H1.HeaderClassName
{
color: #B18F16;
}
.AnyTagClassName
{
color: #B18F16;
}
</style>
background-color css
<style>
a { background-color: #B18F16; }
a { background-color: rgb(177,143,22); }
div.DivClassName
{
background-color: #B18F16;
}
.BgClassName
{
background-color: #B18F16;
}
</style>
border-color css
<style>
span { border-color: #B18F16; }
span { border-color: rgb(177,143,22); }
td.TdClassName
{
border-color: #B18F16;
}
.TagClassName
{
border-color: #B18F16;
}
</style>