Shades of Lucky #B0970B
Tints of Lucky #B0970B
RGB
CMYK
RGB Variations
Color information
#B0970B (or 0xB0970B) is known color: Lucky. HEX triplet: B0, 97 and 0B. RGB value is (176,151,11). Sum of RGB (Red+Green+Blue) = 176+151+11=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0970B is #4F68F4. Grayscale: #8F8F8F. Windows color (decimal): -5204213 or 759728. OLE color: 759728.
HSL color Cylindrical-coordinate representation of color #B0970B: hue angle of 50.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0970B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.31 |
| HSL | 50.91º | 0.88% | 0.37% | - |
| HSV(B) | 50.91º | 0.94% | 0.69% | - |
| XYZ | 29.03 | 31.39 | 4.84 | - |
| YUV | 142.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 11 | 0 | 0.14 | 0.94 | 0.31 | 50.91 | 0.88 | 0.37 |
| Hex | B0 | 97 | B | 0 | E | 5E | 1F | 33 | 58 | 25 |
| Octal | 260 | 227 | 13 | 0 | 16 | 136 | 37 | 63 | 130 | 45 |
| Binary | 10110000 | 10010111 | 1011 | 0 | 1110 | 1011110 | 11111 | 110011 | 1011000 | 100101 |
Color Harmonies of #B0970B
Complementary color
Monochromatic Colors of #B0970B
Black with #B0970B
Text Example
Text Example
White with #B0970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0970B; }
p { color: rgb(176,151,11); }
H1.HeaderClassName
{
color: #B0970B;
}
.AnyTagClassName
{
color: #B0970B;
}
</style>
background-color css
<style>
a { background-color: #B0970B; }
a { background-color: rgb(176,151,11); }
div.DivClassName
{
background-color: #B0970B;
}
.BgClassName
{
background-color: #B0970B;
}
</style>
border-color css
<style>
span { border-color: #B0970B; }
span { border-color: rgb(176,151,11); }
td.TdClassName
{
border-color: #B0970B;
}
.TagClassName
{
border-color: #B0970B;
}
</style>