Shades of Lucky #B1990C
Tints of Lucky #B1990C
RGB
CMYK
RGB Variations
Color information
#B1990C (or 0xB1990C) is known color: Lucky. HEX triplet: B1, 99 and 0C. RGB value is (177,153,12). Sum of RGB (Red+Green+Blue) = 177+153+12=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1990C is #4E66F3. Grayscale: #909090. Windows color (decimal): -5138164 or 825777. OLE color: 825777.
HSL color Cylindrical-coordinate representation of color #B1990C: hue angle of 51.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1990C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.31 |
| HSL | 51.27º | 0.87% | 0.37% | - |
| HSV(B) | 51.27º | 0.93% | 0.69% | - |
| XYZ | 29.59 | 32.16 | 5 | - |
| YUV | 144.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 12 | 0 | 0.14 | 0.93 | 0.31 | 51.27 | 0.87 | 0.37 |
| Hex | B1 | 99 | C | 0 | E | 5D | 1F | 33 | 57 | 25 |
| Octal | 261 | 231 | 14 | 0 | 16 | 135 | 37 | 63 | 127 | 45 |
| Binary | 10110001 | 10011001 | 1100 | 0 | 1110 | 1011101 | 11111 | 110011 | 1010111 | 100101 |
Color Harmonies of #B1990C
Complementary color
Monochromatic Colors of #B1990C
Black with #B1990C
Text Example
Text Example
White with #B1990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1990C; }
p { color: rgb(177,153,12); }
H1.HeaderClassName
{
color: #B1990C;
}
.AnyTagClassName
{
color: #B1990C;
}
</style>
background-color css
<style>
a { background-color: #B1990C; }
a { background-color: rgb(177,153,12); }
div.DivClassName
{
background-color: #B1990C;
}
.BgClassName
{
background-color: #B1990C;
}
</style>
border-color css
<style>
span { border-color: #B1990C; }
span { border-color: rgb(177,153,12); }
td.TdClassName
{
border-color: #B1990C;
}
.TagClassName
{
border-color: #B1990C;
}
</style>