Shades of Lucky #B0981B
Tints of Lucky #B0981B
RGB
CMYK
RGB Variations
Color information
#B0981B (or 0xB0981B) is known color: Lucky. HEX triplet: B0, 98 and 1B. RGB value is (176,152,27). Sum of RGB (Red+Green+Blue) = 176+152+27=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0981B is #4F67E4. Grayscale: #919191. Windows color (decimal): -5203941 or 1808560. OLE color: 1808560.
HSL color Cylindrical-coordinate representation of color #B0981B: hue angle of 50.34º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0981B is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 27 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.31 |
| HSL | 50.34º | 0.73% | 0.4% | - |
| HSV(B) | 50.34º | 0.85% | 0.69% | - |
| XYZ | 29.33 | 31.77 | 5.62 | - |
| YUV | 144.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 27 | 0 | 0.14 | 0.85 | 0.31 | 50.34 | 0.73 | 0.4 |
| Hex | B0 | 98 | 1B | 0 | E | 55 | 1F | 32 | 49 | 28 |
| Octal | 260 | 230 | 33 | 0 | 16 | 125 | 37 | 62 | 111 | 50 |
| Binary | 10110000 | 10011000 | 11011 | 0 | 1110 | 1010101 | 11111 | 110010 | 1001001 | 101000 |
Color Harmonies of #B0981B
Complementary color
Monochromatic Colors of #B0981B
Black with #B0981B
Text Example
Text Example
White with #B0981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0981B; }
p { color: rgb(176,152,27); }
H1.HeaderClassName
{
color: #B0981B;
}
.AnyTagClassName
{
color: #B0981B;
}
</style>
background-color css
<style>
a { background-color: #B0981B; }
a { background-color: rgb(176,152,27); }
div.DivClassName
{
background-color: #B0981B;
}
.BgClassName
{
background-color: #B0981B;
}
</style>
border-color css
<style>
span { border-color: #B0981B; }
span { border-color: rgb(176,152,27); }
td.TdClassName
{
border-color: #B0981B;
}
.TagClassName
{
border-color: #B0981B;
}
</style>