Shades of Lucky #B1961C
Tints of Lucky #B1961C
RGB
CMYK
RGB Variations
Color information
#B1961C (or 0xB1961C) is known color: Lucky. HEX triplet: B1, 96 and 1C. RGB value is (177,150,28). Sum of RGB (Red+Green+Blue) = 177+150+28=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1961C is #4E69E3. Grayscale: #909090. Windows color (decimal): -5138916 or 1873585. OLE color: 1873585.
HSL color Cylindrical-coordinate representation of color #B1961C: hue angle of 49.13º 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 #B1961C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 150 | 28 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.31 |
| HSL | 49.13º | 0.73% | 0.4% | - |
| HSV(B) | 49.13º | 0.84% | 0.69% | - |
| XYZ | 29.25 | 31.24 | 5.59 | - |
| YUV | 144.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 150 | 28 | 0 | 0.15 | 0.84 | 0.31 | 49.13 | 0.73 | 0.4 |
| Hex | B1 | 96 | 1C | 0 | F | 54 | 1F | 31 | 49 | 28 |
| Octal | 261 | 226 | 34 | 0 | 17 | 124 | 37 | 61 | 111 | 50 |
| Binary | 10110001 | 10010110 | 11100 | 0 | 1111 | 1010100 | 11111 | 110001 | 1001001 | 101000 |
Color Harmonies of #B1961C
Complementary color
Monochromatic Colors of #B1961C
Black with #B1961C
Text Example
Text Example
White with #B1961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1961C; }
p { color: rgb(177,150,28); }
H1.HeaderClassName
{
color: #B1961C;
}
.AnyTagClassName
{
color: #B1961C;
}
</style>
background-color css
<style>
a { background-color: #B1961C; }
a { background-color: rgb(177,150,28); }
div.DivClassName
{
background-color: #B1961C;
}
.BgClassName
{
background-color: #B1961C;
}
</style>
border-color css
<style>
span { border-color: #B1961C; }
span { border-color: rgb(177,150,28); }
td.TdClassName
{
border-color: #B1961C;
}
.TagClassName
{
border-color: #B1961C;
}
</style>