Shades of Lucky #B2991B
Tints of Lucky #B2991B
RGB
CMYK
RGB Variations
Color information
#B2991B (or 0xB2991B) is known color: Lucky. HEX triplet: B2, 99 and 1B. RGB value is (178,153,27). Sum of RGB (Red+Green+Blue) = 178+153+27=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2991B is #4D66E4. Grayscale: #929292. Windows color (decimal): -5072613 or 1808818. OLE color: 1808818.
HSL color Cylindrical-coordinate representation of color #B2991B: hue angle of 50.07º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2991B is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 27 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.30 |
| HSL | 50.07º | 0.74% | 0.4% | - |
| HSV(B) | 50.07º | 0.85% | 0.7% | - |
| XYZ | 29.95 | 32.33 | 5.7 | - |
| YUV | 146.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 27 | 0 | 0.14 | 0.85 | 0.30 | 50.07 | 0.74 | 0.4 |
| Hex | B2 | 99 | 1B | 0 | E | 55 | 1E | 32 | 4A | 28 |
| Octal | 262 | 231 | 33 | 0 | 16 | 125 | 36 | 62 | 112 | 50 |
| Binary | 10110010 | 10011001 | 11011 | 0 | 1110 | 1010101 | 11110 | 110010 | 1001010 | 101000 |
Color Harmonies of #B2991B
Complementary color
Monochromatic Colors of #B2991B
Black with #B2991B
Text Example
Text Example
White with #B2991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2991B; }
p { color: rgb(178,153,27); }
H1.HeaderClassName
{
color: #B2991B;
}
.AnyTagClassName
{
color: #B2991B;
}
</style>
background-color css
<style>
a { background-color: #B2991B; }
a { background-color: rgb(178,153,27); }
div.DivClassName
{
background-color: #B2991B;
}
.BgClassName
{
background-color: #B2991B;
}
</style>
border-color css
<style>
span { border-color: #B2991B; }
span { border-color: rgb(178,153,27); }
td.TdClassName
{
border-color: #B2991B;
}
.TagClassName
{
border-color: #B2991B;
}
</style>