Shades of Lucky #B29D07
Tints of Lucky #B29D07
RGB
CMYK
RGB Variations
Color information
#B29D07 (or 0xB29D07) is known color: Lucky. HEX triplet: B2, 9D and 07. RGB value is (178,157,7). Sum of RGB (Red+Green+Blue) = 178+157+7=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D07 is #4D62F8. Grayscale: #929292. Windows color (decimal): -5071609 or 499122. OLE color: 499122.
HSL color Cylindrical-coordinate representation of color #B29D07: hue angle of 52.63º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B29D07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.30 |
| HSL | 52.63º | 0.92% | 0.36% | - |
| HSV(B) | 52.63º | 0.96% | 0.7% | - |
| XYZ | 30.46 | 33.59 | 5.08 | - |
| YUV | 146.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 7 | 0 | 0.12 | 0.96 | 0.30 | 52.63 | 0.92 | 0.36 |
| Hex | B2 | 9D | 7 | 0 | C | 60 | 1E | 35 | 5C | 24 |
| Octal | 262 | 235 | 7 | 0 | 14 | 140 | 36 | 65 | 134 | 44 |
| Binary | 10110010 | 10011101 | 111 | 0 | 1100 | 1100000 | 11110 | 110101 | 1011100 | 100100 |
Color Harmonies of #B29D07
Complementary color
Monochromatic Colors of #B29D07
Black with #B29D07
Text Example
Text Example
White with #B29D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D07; }
p { color: rgb(178,157,7); }
H1.HeaderClassName
{
color: #B29D07;
}
.AnyTagClassName
{
color: #B29D07;
}
</style>
background-color css
<style>
a { background-color: #B29D07; }
a { background-color: rgb(178,157,7); }
div.DivClassName
{
background-color: #B29D07;
}
.BgClassName
{
background-color: #B29D07;
}
</style>
border-color css
<style>
span { border-color: #B29D07; }
span { border-color: rgb(178,157,7); }
td.TdClassName
{
border-color: #B29D07;
}
.TagClassName
{
border-color: #B29D07;
}
</style>