Shades of Lucky #B29D1B
Tints of Lucky #B29D1B
RGB
CMYK
RGB Variations
Color information
#B29D1B (or 0xB29D1B) is known color: Lucky. HEX triplet: B2, 9D and 1B. RGB value is (178,157,27). Sum of RGB (Red+Green+Blue) = 178+157+27=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D1B is #4D62E4. Grayscale: #959595. Windows color (decimal): -5071589 or 1809842. OLE color: 1809842.
HSL color Cylindrical-coordinate representation of color #B29D1B: hue angle of 51.66º 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 #B29D1B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 27 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.30 |
| HSL | 51.66º | 0.74% | 0.4% | - |
| HSV(B) | 51.66º | 0.85% | 0.7% | - |
| XYZ | 30.61 | 33.66 | 5.92 | - |
| YUV | 148.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 27 | 0 | 0.12 | 0.85 | 0.30 | 51.66 | 0.74 | 0.4 |
| Hex | B2 | 9D | 1B | 0 | C | 55 | 1E | 34 | 4A | 28 |
| Octal | 262 | 235 | 33 | 0 | 14 | 125 | 36 | 64 | 112 | 50 |
| Binary | 10110010 | 10011101 | 11011 | 0 | 1100 | 1010101 | 11110 | 110100 | 1001010 | 101000 |
Color Harmonies of #B29D1B
Complementary color
Monochromatic Colors of #B29D1B
Black with #B29D1B
Text Example
Text Example
White with #B29D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D1B; }
p { color: rgb(178,157,27); }
H1.HeaderClassName
{
color: #B29D1B;
}
.AnyTagClassName
{
color: #B29D1B;
}
</style>
background-color css
<style>
a { background-color: #B29D1B; }
a { background-color: rgb(178,157,27); }
div.DivClassName
{
background-color: #B29D1B;
}
.BgClassName
{
background-color: #B29D1B;
}
</style>
border-color css
<style>
span { border-color: #B29D1B; }
span { border-color: rgb(178,157,27); }
td.TdClassName
{
border-color: #B29D1B;
}
.TagClassName
{
border-color: #B29D1B;
}
</style>