Shades of Lucky #B1980C
Tints of Lucky #B1980C
RGB
CMYK
RGB Variations
Color information
#B1980C (or 0xB1980C) is known color: Lucky. HEX triplet: B1, 98 and 0C. RGB value is (177,152,12). Sum of RGB (Red+Green+Blue) = 177+152+12=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1980C is #4E67F3. Grayscale: #909090. Windows color (decimal): -5138420 or 825521. OLE color: 825521.
HSL color Cylindrical-coordinate representation of color #B1980C: hue angle of 50.91º 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 #B1980C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.31 |
| HSL | 50.91º | 0.87% | 0.37% | - |
| HSV(B) | 50.91º | 0.93% | 0.69% | - |
| XYZ | 29.43 | 31.83 | 4.94 | - |
| YUV | 143.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 12 | 0 | 0.14 | 0.93 | 0.31 | 50.91 | 0.87 | 0.37 |
| Hex | B1 | 98 | C | 0 | E | 5D | 1F | 33 | 57 | 25 |
| Octal | 261 | 230 | 14 | 0 | 16 | 135 | 37 | 63 | 127 | 45 |
| Binary | 10110001 | 10011000 | 1100 | 0 | 1110 | 1011101 | 11111 | 110011 | 1010111 | 100101 |
Color Harmonies of #B1980C
Complementary color
Monochromatic Colors of #B1980C
Black with #B1980C
Text Example
Text Example
White with #B1980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1980C; }
p { color: rgb(177,152,12); }
H1.HeaderClassName
{
color: #B1980C;
}
.AnyTagClassName
{
color: #B1980C;
}
</style>
background-color css
<style>
a { background-color: #B1980C; }
a { background-color: rgb(177,152,12); }
div.DivClassName
{
background-color: #B1980C;
}
.BgClassName
{
background-color: #B1980C;
}
</style>
border-color css
<style>
span { border-color: #B1980C; }
span { border-color: rgb(177,152,12); }
td.TdClassName
{
border-color: #B1980C;
}
.TagClassName
{
border-color: #B1980C;
}
</style>