Shades of Lucky #B29D1A
Tints of Lucky #B29D1A
RGB
CMYK
RGB Variations
Color information
#B29D1A (or 0xB29D1A) is known color: Lucky. HEX triplet: B2, 9D and 1A. RGB value is (178,157,26). Sum of RGB (Red+Green+Blue) = 178+157+26=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D1A is #4D62E5. Grayscale: #949494. Windows color (decimal): -5071590 or 1744306. OLE color: 1744306.
HSL color Cylindrical-coordinate representation of color #B29D1A: hue angle of 51.71º degrees, saturation: 0.75, 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 #B29D1A is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 26 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.30 |
| HSL | 51.71º | 0.75% | 0.4% | - |
| HSV(B) | 51.71º | 0.85% | 0.7% | - |
| XYZ | 30.6 | 33.65 | 5.86 | - |
| YUV | 148.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 26 | 0 | 0.12 | 0.85 | 0.30 | 51.71 | 0.75 | 0.4 |
| Hex | B2 | 9D | 1A | 0 | C | 55 | 1E | 34 | 4B | 28 |
| Octal | 262 | 235 | 32 | 0 | 14 | 125 | 36 | 64 | 113 | 50 |
| Binary | 10110010 | 10011101 | 11010 | 0 | 1100 | 1010101 | 11110 | 110100 | 1001011 | 101000 |
Color Harmonies of #B29D1A
Complementary color
Monochromatic Colors of #B29D1A
Black with #B29D1A
Text Example
Text Example
White with #B29D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D1A; }
p { color: rgb(178,157,26); }
H1.HeaderClassName
{
color: #B29D1A;
}
.AnyTagClassName
{
color: #B29D1A;
}
</style>
background-color css
<style>
a { background-color: #B29D1A; }
a { background-color: rgb(178,157,26); }
div.DivClassName
{
background-color: #B29D1A;
}
.BgClassName
{
background-color: #B29D1A;
}
</style>
border-color css
<style>
span { border-color: #B29D1A; }
span { border-color: rgb(178,157,26); }
td.TdClassName
{
border-color: #B29D1A;
}
.TagClassName
{
border-color: #B29D1A;
}
</style>