Shades of Lucky #B2981B
Tints of Lucky #B2981B
RGB
CMYK
RGB Variations
Color information
#B2981B (or 0xB2981B) is known color: Lucky. HEX triplet: B2, 98 and 1B. RGB value is (178,152,27). Sum of RGB (Red+Green+Blue) = 178+152+27=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2981B is #4D67E4. Grayscale: #929292. Windows color (decimal): -5072869 or 1808562. OLE color: 1808562.
HSL color Cylindrical-coordinate representation of color #B2981B: hue angle of 49.67º 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 #B2981B is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 27 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.30 |
| HSL | 49.67º | 0.74% | 0.4% | - |
| HSV(B) | 49.67º | 0.85% | 0.7% | - |
| XYZ | 29.79 | 32 | 5.64 | - |
| YUV | 145.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 27 | 0 | 0.15 | 0.85 | 0.30 | 49.67 | 0.74 | 0.4 |
| Hex | B2 | 98 | 1B | 0 | F | 55 | 1E | 32 | 4A | 28 |
| Octal | 262 | 230 | 33 | 0 | 17 | 125 | 36 | 62 | 112 | 50 |
| Binary | 10110010 | 10011000 | 11011 | 0 | 1111 | 1010101 | 11110 | 110010 | 1001010 | 101000 |
Color Harmonies of #B2981B
Complementary color
Monochromatic Colors of #B2981B
Black with #B2981B
Text Example
Text Example
White with #B2981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2981B; }
p { color: rgb(178,152,27); }
H1.HeaderClassName
{
color: #B2981B;
}
.AnyTagClassName
{
color: #B2981B;
}
</style>
background-color css
<style>
a { background-color: #B2981B; }
a { background-color: rgb(178,152,27); }
div.DivClassName
{
background-color: #B2981B;
}
.BgClassName
{
background-color: #B2981B;
}
</style>
border-color css
<style>
span { border-color: #B2981B; }
span { border-color: rgb(178,152,27); }
td.TdClassName
{
border-color: #B2981B;
}
.TagClassName
{
border-color: #B2981B;
}
</style>