Shades of Lucky #B2981D
Tints of Lucky #B2981D
RGB
CMYK
RGB Variations
Color information
#B2981D (or 0xB2981D) is known color: Lucky. HEX triplet: B2, 98 and 1D. RGB value is (178,152,29). Sum of RGB (Red+Green+Blue) = 178+152+29=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2981D is #4D67E2. Grayscale: #929292. Windows color (decimal): -5072867 or 1939634. OLE color: 1939634.
HSL color Cylindrical-coordinate representation of color #B2981D: hue angle of 49.53º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2981D is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 29 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.30 |
| HSL | 49.53º | 0.72% | 0.41% | - |
| HSV(B) | 49.53º | 0.84% | 0.7% | - |
| XYZ | 29.81 | 32.01 | 5.77 | - |
| YUV | 145.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 29 | 0 | 0.15 | 0.84 | 0.30 | 49.53 | 0.72 | 0.41 |
| Hex | B2 | 98 | 1D | 0 | F | 54 | 1E | 32 | 48 | 29 |
| Octal | 262 | 230 | 35 | 0 | 17 | 124 | 36 | 62 | 110 | 51 |
| Binary | 10110010 | 10011000 | 11101 | 0 | 1111 | 1010100 | 11110 | 110010 | 1001000 | 101001 |
Color Harmonies of #B2981D
Complementary color
Monochromatic Colors of #B2981D
Black with #B2981D
Text Example
Text Example
White with #B2981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2981D; }
p { color: rgb(178,152,29); }
H1.HeaderClassName
{
color: #B2981D;
}
.AnyTagClassName
{
color: #B2981D;
}
</style>
background-color css
<style>
a { background-color: #B2981D; }
a { background-color: rgb(178,152,29); }
div.DivClassName
{
background-color: #B2981D;
}
.BgClassName
{
background-color: #B2981D;
}
</style>
border-color css
<style>
span { border-color: #B2981D; }
span { border-color: rgb(178,152,29); }
td.TdClassName
{
border-color: #B2981D;
}
.TagClassName
{
border-color: #B2981D;
}
</style>