Shades of Lucky #B29812
Tints of Lucky #B29812
RGB
CMYK
RGB Variations
Color information
#B29812 (or 0xB29812) is known color: Lucky. HEX triplet: B2, 98 and 12. RGB value is (178,152,18). Sum of RGB (Red+Green+Blue) = 178+152+18=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B29812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29812 is #4D67ED. Grayscale: #919191. Windows color (decimal): -5072878 or 1218738. OLE color: 1218738.
HSL color Cylindrical-coordinate representation of color #B29812: hue angle of 50.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B29812 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 18 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.30 |
| HSL | 50.25º | 0.82% | 0.38% | - |
| HSV(B) | 50.25º | 0.9% | 0.7% | - |
| XYZ | 29.7 | 31.97 | 5.18 | - |
| YUV | 144.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 18 | 0 | 0.15 | 0.90 | 0.30 | 50.25 | 0.82 | 0.38 |
| Hex | B2 | 98 | 12 | 0 | F | 5A | 1E | 32 | 52 | 26 |
| Octal | 262 | 230 | 22 | 0 | 17 | 132 | 36 | 62 | 122 | 46 |
| Binary | 10110010 | 10011000 | 10010 | 0 | 1111 | 1011010 | 11110 | 110010 | 1010010 | 100110 |
Color Harmonies of #B29812
Complementary color
Monochromatic Colors of #B29812
Black with #B29812
Text Example
Text Example
White with #B29812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29812; }
p { color: rgb(178,152,18); }
H1.HeaderClassName
{
color: #B29812;
}
.AnyTagClassName
{
color: #B29812;
}
</style>
background-color css
<style>
a { background-color: #B29812; }
a { background-color: rgb(178,152,18); }
div.DivClassName
{
background-color: #B29812;
}
.BgClassName
{
background-color: #B29812;
}
</style>
border-color css
<style>
span { border-color: #B29812; }
span { border-color: rgb(178,152,18); }
td.TdClassName
{
border-color: #B29812;
}
.TagClassName
{
border-color: #B29812;
}
</style>