Shades of Lucky #B1990B
Tints of Lucky #B1990B
RGB
CMYK
RGB Variations
Color information
#B1990B (or 0xB1990B) is known color: Lucky. HEX triplet: B1, 99 and 0B. RGB value is (177,153,11). Sum of RGB (Red+Green+Blue) = 177+153+11=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1990B is #4E66F4. Grayscale: #909090. Windows color (decimal): -5138165 or 760241. OLE color: 760241.
HSL color Cylindrical-coordinate representation of color #B1990B: hue angle of 51.33º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1990B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.31 |
| HSL | 51.33º | 0.88% | 0.37% | - |
| HSV(B) | 51.33º | 0.94% | 0.69% | - |
| XYZ | 29.58 | 32.15 | 4.96 | - |
| YUV | 143.99 | 52.95 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 11 | 0 | 0.14 | 0.94 | 0.31 | 51.33 | 0.88 | 0.37 |
| Hex | B1 | 99 | B | 0 | E | 5E | 1F | 33 | 58 | 25 |
| Octal | 261 | 231 | 13 | 0 | 16 | 136 | 37 | 63 | 130 | 45 |
| Binary | 10110001 | 10011001 | 1011 | 0 | 1110 | 1011110 | 11111 | 110011 | 1011000 | 100101 |
Color Harmonies of #B1990B
Complementary color
Monochromatic Colors of #B1990B
Black with #B1990B
Text Example
Text Example
White with #B1990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1990B; }
p { color: rgb(177,153,11); }
H1.HeaderClassName
{
color: #B1990B;
}
.AnyTagClassName
{
color: #B1990B;
}
</style>
background-color css
<style>
a { background-color: #B1990B; }
a { background-color: rgb(177,153,11); }
div.DivClassName
{
background-color: #B1990B;
}
.BgClassName
{
background-color: #B1990B;
}
</style>
border-color css
<style>
span { border-color: #B1990B; }
span { border-color: rgb(177,153,11); }
td.TdClassName
{
border-color: #B1990B;
}
.TagClassName
{
border-color: #B1990B;
}
</style>