Shades of Lucky #B0990B
Tints of Lucky #B0990B
RGB
CMYK
RGB Variations
Color information
#B0990B (or 0xB0990B) is known color: Lucky. HEX triplet: B0, 99 and 0B. RGB value is (176,153,11). Sum of RGB (Red+Green+Blue) = 176+153+11=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0990B is #4F66F4. Grayscale: #909090. Windows color (decimal): -5203701 or 760240. OLE color: 760240.
HSL color Cylindrical-coordinate representation of color #B0990B: hue angle of 51.64º 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 #B0990B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.31 |
| HSL | 51.64º | 0.88% | 0.37% | - |
| HSV(B) | 51.64º | 0.94% | 0.69% | - |
| XYZ | 29.36 | 32.04 | 4.95 | - |
| YUV | 143.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 11 | 0 | 0.13 | 0.94 | 0.31 | 51.64 | 0.88 | 0.37 |
| Hex | B0 | 99 | B | 0 | D | 5E | 1F | 34 | 58 | 25 |
| Octal | 260 | 231 | 13 | 0 | 15 | 136 | 37 | 64 | 130 | 45 |
| Binary | 10110000 | 10011001 | 1011 | 0 | 1101 | 1011110 | 11111 | 110100 | 1011000 | 100101 |
Color Harmonies of #B0990B
Complementary color
Monochromatic Colors of #B0990B
Black with #B0990B
Text Example
Text Example
White with #B0990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0990B; }
p { color: rgb(176,153,11); }
H1.HeaderClassName
{
color: #B0990B;
}
.AnyTagClassName
{
color: #B0990B;
}
</style>
background-color css
<style>
a { background-color: #B0990B; }
a { background-color: rgb(176,153,11); }
div.DivClassName
{
background-color: #B0990B;
}
.BgClassName
{
background-color: #B0990B;
}
</style>
border-color css
<style>
span { border-color: #B0990B; }
span { border-color: rgb(176,153,11); }
td.TdClassName
{
border-color: #B0990B;
}
.TagClassName
{
border-color: #B0990B;
}
</style>