Shades of Lucky #B0980D
Tints of Lucky #B0980D
RGB
CMYK
RGB Variations
Color information
#B0980D (or 0xB0980D) is known color: Lucky. HEX triplet: B0, 98 and 0D. RGB value is (176,152,13). Sum of RGB (Red+Green+Blue) = 176+152+13=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0980D is #4F67F2. Grayscale: #8F8F8F. Windows color (decimal): -5203955 or 891056. OLE color: 891056.
HSL color Cylindrical-coordinate representation of color #B0980D: hue angle of 51.17º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0980D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.31 |
| HSL | 51.17º | 0.86% | 0.37% | - |
| HSV(B) | 51.17º | 0.93% | 0.69% | - |
| XYZ | 29.21 | 31.72 | 4.96 | - |
| YUV | 143.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 13 | 0 | 0.14 | 0.93 | 0.31 | 51.17 | 0.86 | 0.37 |
| Hex | B0 | 98 | D | 0 | E | 5D | 1F | 33 | 56 | 25 |
| Octal | 260 | 230 | 15 | 0 | 16 | 135 | 37 | 63 | 126 | 45 |
| Binary | 10110000 | 10011000 | 1101 | 0 | 1110 | 1011101 | 11111 | 110011 | 1010110 | 100101 |
Color Harmonies of #B0980D
Complementary color
Monochromatic Colors of #B0980D
Black with #B0980D
Text Example
Text Example
White with #B0980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0980D; }
p { color: rgb(176,152,13); }
H1.HeaderClassName
{
color: #B0980D;
}
.AnyTagClassName
{
color: #B0980D;
}
</style>
background-color css
<style>
a { background-color: #B0980D; }
a { background-color: rgb(176,152,13); }
div.DivClassName
{
background-color: #B0980D;
}
.BgClassName
{
background-color: #B0980D;
}
</style>
border-color css
<style>
span { border-color: #B0980D; }
span { border-color: rgb(176,152,13); }
td.TdClassName
{
border-color: #B0980D;
}
.TagClassName
{
border-color: #B0980D;
}
</style>