Shades of Lucky #B1990F
Tints of Lucky #B1990F
RGB
CMYK
RGB Variations
Color information
#B1990F (or 0xB1990F) is known color: Lucky. HEX triplet: B1, 99 and 0F. RGB value is (177,153,15). Sum of RGB (Red+Green+Blue) = 177+153+15=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1990F is #4E66F0. Grayscale: #919191. Windows color (decimal): -5138161 or 1022385. OLE color: 1022385.
HSL color Cylindrical-coordinate representation of color #B1990F: hue angle of 51.11º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1990F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 15 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.31 |
| HSL | 51.11º | 0.84% | 0.38% | - |
| HSV(B) | 51.11º | 0.92% | 0.69% | - |
| XYZ | 29.61 | 32.16 | 5.1 | - |
| YUV | 144.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 15 | 0 | 0.14 | 0.92 | 0.31 | 51.11 | 0.84 | 0.38 |
| Hex | B1 | 99 | F | 0 | E | 5C | 1F | 33 | 54 | 26 |
| Octal | 261 | 231 | 17 | 0 | 16 | 134 | 37 | 63 | 124 | 46 |
| Binary | 10110001 | 10011001 | 1111 | 0 | 1110 | 1011100 | 11111 | 110011 | 1010100 | 100110 |
Color Harmonies of #B1990F
Complementary color
Monochromatic Colors of #B1990F
Black with #B1990F
Text Example
Text Example
White with #B1990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1990F; }
p { color: rgb(177,153,15); }
H1.HeaderClassName
{
color: #B1990F;
}
.AnyTagClassName
{
color: #B1990F;
}
</style>
background-color css
<style>
a { background-color: #B1990F; }
a { background-color: rgb(177,153,15); }
div.DivClassName
{
background-color: #B1990F;
}
.BgClassName
{
background-color: #B1990F;
}
</style>
border-color css
<style>
span { border-color: #B1990F; }
span { border-color: rgb(177,153,15); }
td.TdClassName
{
border-color: #B1990F;
}
.TagClassName
{
border-color: #B1990F;
}
</style>