Shades of Lucky #B1971C
Tints of Lucky #B1971C
RGB
CMYK
RGB Variations
Color information
#B1971C (or 0xB1971C) is known color: Lucky. HEX triplet: B1, 97 and 1C. RGB value is (177,151,28). Sum of RGB (Red+Green+Blue) = 177+151+28=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1971C is #4E68E3. Grayscale: #919191. Windows color (decimal): -5138660 or 1873841. OLE color: 1873841.
HSL color Cylindrical-coordinate representation of color #B1971C: hue angle of 49.53º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1971C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 28 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.31 |
| HSL | 49.53º | 0.73% | 0.4% | - |
| HSV(B) | 49.53º | 0.84% | 0.69% | - |
| XYZ | 29.41 | 31.56 | 5.64 | - |
| YUV | 144.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 28 | 0 | 0.15 | 0.84 | 0.31 | 49.53 | 0.73 | 0.4 |
| Hex | B1 | 97 | 1C | 0 | F | 54 | 1F | 32 | 49 | 28 |
| Octal | 261 | 227 | 34 | 0 | 17 | 124 | 37 | 62 | 111 | 50 |
| Binary | 10110001 | 10010111 | 11100 | 0 | 1111 | 1010100 | 11111 | 110010 | 1001001 | 101000 |
Color Harmonies of #B1971C
Complementary color
Monochromatic Colors of #B1971C
Black with #B1971C
Text Example
Text Example
White with #B1971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1971C; }
p { color: rgb(177,151,28); }
H1.HeaderClassName
{
color: #B1971C;
}
.AnyTagClassName
{
color: #B1971C;
}
</style>
background-color css
<style>
a { background-color: #B1971C; }
a { background-color: rgb(177,151,28); }
div.DivClassName
{
background-color: #B1971C;
}
.BgClassName
{
background-color: #B1971C;
}
</style>
border-color css
<style>
span { border-color: #B1971C; }
span { border-color: rgb(177,151,28); }
td.TdClassName
{
border-color: #B1971C;
}
.TagClassName
{
border-color: #B1971C;
}
</style>