Shades of Lucky #B0971C
Tints of Lucky #B0971C
RGB
CMYK
RGB Variations
Color information
#B0971C (or 0xB0971C) is known color: Lucky. HEX triplet: B0, 97 and 1C. RGB value is (176,151,28). Sum of RGB (Red+Green+Blue) = 176+151+28=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0971C is #4F68E3. Grayscale: #909090. Windows color (decimal): -5204196 or 1873840. OLE color: 1873840.
HSL color Cylindrical-coordinate representation of color #B0971C: hue angle of 49.86º 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 #B0971C is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 28 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.31 |
| HSL | 49.86º | 0.73% | 0.4% | - |
| HSV(B) | 49.86º | 0.84% | 0.69% | - |
| XYZ | 29.18 | 31.45 | 5.63 | - |
| YUV | 144.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 28 | 0 | 0.14 | 0.84 | 0.31 | 49.86 | 0.73 | 0.4 |
| Hex | B0 | 97 | 1C | 0 | E | 54 | 1F | 32 | 49 | 28 |
| Octal | 260 | 227 | 34 | 0 | 16 | 124 | 37 | 62 | 111 | 50 |
| Binary | 10110000 | 10010111 | 11100 | 0 | 1110 | 1010100 | 11111 | 110010 | 1001001 | 101000 |
Color Harmonies of #B0971C
Complementary color
Monochromatic Colors of #B0971C
Black with #B0971C
Text Example
Text Example
White with #B0971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0971C; }
p { color: rgb(176,151,28); }
H1.HeaderClassName
{
color: #B0971C;
}
.AnyTagClassName
{
color: #B0971C;
}
</style>
background-color css
<style>
a { background-color: #B0971C; }
a { background-color: rgb(176,151,28); }
div.DivClassName
{
background-color: #B0971C;
}
.BgClassName
{
background-color: #B0971C;
}
</style>
border-color css
<style>
span { border-color: #B0971C; }
span { border-color: rgb(176,151,28); }
td.TdClassName
{
border-color: #B0971C;
}
.TagClassName
{
border-color: #B0971C;
}
</style>