Shades of Lucky #B29A1B
Tints of Lucky #B29A1B
RGB
CMYK
RGB Variations
Color information
#B29A1B (or 0xB29A1B) is known color: Lucky. HEX triplet: B2, 9A and 1B. RGB value is (178,154,27). Sum of RGB (Red+Green+Blue) = 178+154+27=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A1B is #4D65E4. Grayscale: #939393. Windows color (decimal): -5072357 or 1809074. OLE color: 1809074.
HSL color Cylindrical-coordinate representation of color #B29A1B: hue angle of 50.46º 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 #B29A1B is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 27 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.30 |
| HSL | 50.46º | 0.74% | 0.4% | - |
| HSV(B) | 50.46º | 0.85% | 0.7% | - |
| XYZ | 30.11 | 32.66 | 5.75 | - |
| YUV | 146.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 27 | 0 | 0.13 | 0.85 | 0.30 | 50.46 | 0.74 | 0.4 |
| Hex | B2 | 9A | 1B | 0 | D | 55 | 1E | 32 | 4A | 28 |
| Octal | 262 | 232 | 33 | 0 | 15 | 125 | 36 | 62 | 112 | 50 |
| Binary | 10110010 | 10011010 | 11011 | 0 | 1101 | 1010101 | 11110 | 110010 | 1001010 | 101000 |
Color Harmonies of #B29A1B
Complementary color
Monochromatic Colors of #B29A1B
Black with #B29A1B
Text Example
Text Example
White with #B29A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A1B; }
p { color: rgb(178,154,27); }
H1.HeaderClassName
{
color: #B29A1B;
}
.AnyTagClassName
{
color: #B29A1B;
}
</style>
background-color css
<style>
a { background-color: #B29A1B; }
a { background-color: rgb(178,154,27); }
div.DivClassName
{
background-color: #B29A1B;
}
.BgClassName
{
background-color: #B29A1B;
}
</style>
border-color css
<style>
span { border-color: #B29A1B; }
span { border-color: rgb(178,154,27); }
td.TdClassName
{
border-color: #B29A1B;
}
.TagClassName
{
border-color: #B29A1B;
}
</style>