Shades of Lucky #B1990A
Tints of Lucky #B1990A
RGB
CMYK
RGB Variations
Color information
#B1990A (or 0xB1990A) is known color: Lucky. HEX triplet: B1, 99 and 0A. RGB value is (177,153,10). Sum of RGB (Red+Green+Blue) = 177+153+10=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1990A is #4E66F5. Grayscale: #909090. Windows color (decimal): -5138166 or 694705. OLE color: 694705.
HSL color Cylindrical-coordinate representation of color #B1990A: hue angle of 51.38º degrees, saturation: 0.89, 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 #B1990A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 10 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.31 |
| HSL | 51.38º | 0.89% | 0.37% | - |
| HSV(B) | 51.38º | 0.94% | 0.69% | - |
| XYZ | 29.58 | 32.15 | 4.93 | - |
| YUV | 143.87 | 52.45 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 10 | 0 | 0.14 | 0.94 | 0.31 | 51.38 | 0.89 | 0.37 |
| Hex | B1 | 99 | A | 0 | E | 5E | 1F | 33 | 59 | 25 |
| Octal | 261 | 231 | 12 | 0 | 16 | 136 | 37 | 63 | 131 | 45 |
| Binary | 10110001 | 10011001 | 1010 | 0 | 1110 | 1011110 | 11111 | 110011 | 1011001 | 100101 |
Color Harmonies of #B1990A
Complementary color
Monochromatic Colors of #B1990A
Black with #B1990A
Text Example
Text Example
White with #B1990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1990A; }
p { color: rgb(177,153,10); }
H1.HeaderClassName
{
color: #B1990A;
}
.AnyTagClassName
{
color: #B1990A;
}
</style>
background-color css
<style>
a { background-color: #B1990A; }
a { background-color: rgb(177,153,10); }
div.DivClassName
{
background-color: #B1990A;
}
.BgClassName
{
background-color: #B1990A;
}
</style>
border-color css
<style>
span { border-color: #B1990A; }
span { border-color: rgb(177,153,10); }
td.TdClassName
{
border-color: #B1990A;
}
.TagClassName
{
border-color: #B1990A;
}
</style>