Shades of Lucky #B0991B
Tints of Lucky #B0991B
RGB
CMYK
RGB Variations
Color information
#B0991B (or 0xB0991B) is known color: Lucky. HEX triplet: B0, 99 and 1B. RGB value is (176,153,27). Sum of RGB (Red+Green+Blue) = 176+153+27=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0991B is #4F66E4. Grayscale: #929292. Windows color (decimal): -5203685 or 1808816. OLE color: 1808816.
HSL color Cylindrical-coordinate representation of color #B0991B: hue angle of 50.74º 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 #B0991B is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 27 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.31 |
| HSL | 50.74º | 0.73% | 0.4% | - |
| HSV(B) | 50.74º | 0.85% | 0.69% | - |
| XYZ | 29.49 | 32.09 | 5.68 | - |
| YUV | 145.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 27 | 0 | 0.13 | 0.85 | 0.31 | 50.74 | 0.73 | 0.4 |
| Hex | B0 | 99 | 1B | 0 | D | 55 | 1F | 33 | 49 | 28 |
| Octal | 260 | 231 | 33 | 0 | 15 | 125 | 37 | 63 | 111 | 50 |
| Binary | 10110000 | 10011001 | 11011 | 0 | 1101 | 1010101 | 11111 | 110011 | 1001001 | 101000 |
Color Harmonies of #B0991B
Complementary color
Monochromatic Colors of #B0991B
Black with #B0991B
Text Example
Text Example
White with #B0991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0991B; }
p { color: rgb(176,153,27); }
H1.HeaderClassName
{
color: #B0991B;
}
.AnyTagClassName
{
color: #B0991B;
}
</style>
background-color css
<style>
a { background-color: #B0991B; }
a { background-color: rgb(176,153,27); }
div.DivClassName
{
background-color: #B0991B;
}
.BgClassName
{
background-color: #B0991B;
}
</style>
border-color css
<style>
span { border-color: #B0991B; }
span { border-color: rgb(176,153,27); }
td.TdClassName
{
border-color: #B0991B;
}
.TagClassName
{
border-color: #B0991B;
}
</style>