Shades of Lucky #B0980B
Tints of Lucky #B0980B
RGB
CMYK
RGB Variations
Color information
#B0980B (or 0xB0980B) is known color: Lucky. HEX triplet: B0, 98 and 0B. RGB value is (176,152,11). Sum of RGB (Red+Green+Blue) = 176+152+11=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0980B is #4F67F4. Grayscale: #8F8F8F. Windows color (decimal): -5203957 or 759984. OLE color: 759984.
HSL color Cylindrical-coordinate representation of color #B0980B: hue angle of 51.27º 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 #B0980B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.31 |
| HSL | 51.27º | 0.88% | 0.37% | - |
| HSV(B) | 51.27º | 0.94% | 0.69% | - |
| XYZ | 29.19 | 31.71 | 4.9 | - |
| YUV | 143.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 11 | 0 | 0.14 | 0.94 | 0.31 | 51.27 | 0.88 | 0.37 |
| Hex | B0 | 98 | B | 0 | E | 5E | 1F | 33 | 58 | 25 |
| Octal | 260 | 230 | 13 | 0 | 16 | 136 | 37 | 63 | 130 | 45 |
| Binary | 10110000 | 10011000 | 1011 | 0 | 1110 | 1011110 | 11111 | 110011 | 1011000 | 100101 |
Color Harmonies of #B0980B
Complementary color
Monochromatic Colors of #B0980B
Black with #B0980B
Text Example
Text Example
White with #B0980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0980B; }
p { color: rgb(176,152,11); }
H1.HeaderClassName
{
color: #B0980B;
}
.AnyTagClassName
{
color: #B0980B;
}
</style>
background-color css
<style>
a { background-color: #B0980B; }
a { background-color: rgb(176,152,11); }
div.DivClassName
{
background-color: #B0980B;
}
.BgClassName
{
background-color: #B0980B;
}
</style>
border-color css
<style>
span { border-color: #B0980B; }
span { border-color: rgb(176,152,11); }
td.TdClassName
{
border-color: #B0980B;
}
.TagClassName
{
border-color: #B0980B;
}
</style>