Shades of Lucky #B0980E
Tints of Lucky #B0980E
RGB
CMYK
RGB Variations
Color information
#B0980E (or 0xB0980E) is known color: Lucky. HEX triplet: B0, 98 and 0E. RGB value is (176,152,14). Sum of RGB (Red+Green+Blue) = 176+152+14=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0980E is #4F67F1. Grayscale: #909090. Windows color (decimal): -5203954 or 956592. OLE color: 956592.
HSL color Cylindrical-coordinate representation of color #B0980E: hue angle of 51.11º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0980E is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 14 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.31 |
| HSL | 51.11º | 0.85% | 0.37% | - |
| HSV(B) | 51.11º | 0.92% | 0.69% | - |
| XYZ | 29.21 | 31.72 | 5 | - |
| YUV | 143.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 14 | 0 | 0.14 | 0.92 | 0.31 | 51.11 | 0.85 | 0.37 |
| Hex | B0 | 98 | E | 0 | E | 5C | 1F | 33 | 55 | 25 |
| Octal | 260 | 230 | 16 | 0 | 16 | 134 | 37 | 63 | 125 | 45 |
| Binary | 10110000 | 10011000 | 1110 | 0 | 1110 | 1011100 | 11111 | 110011 | 1010101 | 100101 |
Color Harmonies of #B0980E
Complementary color
Monochromatic Colors of #B0980E
Black with #B0980E
Text Example
Text Example
White with #B0980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0980E; }
p { color: rgb(176,152,14); }
H1.HeaderClassName
{
color: #B0980E;
}
.AnyTagClassName
{
color: #B0980E;
}
</style>
background-color css
<style>
a { background-color: #B0980E; }
a { background-color: rgb(176,152,14); }
div.DivClassName
{
background-color: #B0980E;
}
.BgClassName
{
background-color: #B0980E;
}
</style>
border-color css
<style>
span { border-color: #B0980E; }
span { border-color: rgb(176,152,14); }
td.TdClassName
{
border-color: #B0980E;
}
.TagClassName
{
border-color: #B0980E;
}
</style>