Shades of Lucky #B2A01C
Tints of Lucky #B2A01C
RGB
CMYK
RGB Variations
Color information
#B2A01C (or 0xB2A01C) is known color: Lucky. HEX triplet: B2, A0 and 1C. RGB value is (178,160,28). Sum of RGB (Red+Green+Blue) = 178+160+28=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A01C is #4D5FE3. Grayscale: #969696. Windows color (decimal): -5070820 or 1876146. OLE color: 1876146.
HSL color Cylindrical-coordinate representation of color #B2A01C: hue angle of 52.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2A01C is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 28 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.30 |
| HSL | 52.8º | 0.73% | 0.4% | - |
| HSV(B) | 52.8º | 0.84% | 0.7% | - |
| XYZ | 31.14 | 34.69 | 6.15 | - |
| YUV | 150.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 28 | 0 | 0.10 | 0.84 | 0.30 | 52.8 | 0.73 | 0.4 |
| Hex | B2 | A0 | 1C | 0 | A | 54 | 1E | 35 | 49 | 28 |
| Octal | 262 | 240 | 34 | 0 | 12 | 124 | 36 | 65 | 111 | 50 |
| Binary | 10110010 | 10100000 | 11100 | 0 | 1010 | 1010100 | 11110 | 110101 | 1001001 | 101000 |
Color Harmonies of #B2A01C
Complementary color
Monochromatic Colors of #B2A01C
Black with #B2A01C
Text Example
Text Example
White with #B2A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A01C; }
p { color: rgb(178,160,28); }
H1.HeaderClassName
{
color: #B2A01C;
}
.AnyTagClassName
{
color: #B2A01C;
}
</style>
background-color css
<style>
a { background-color: #B2A01C; }
a { background-color: rgb(178,160,28); }
div.DivClassName
{
background-color: #B2A01C;
}
.BgClassName
{
background-color: #B2A01C;
}
</style>
border-color css
<style>
span { border-color: #B2A01C; }
span { border-color: rgb(178,160,28); }
td.TdClassName
{
border-color: #B2A01C;
}
.TagClassName
{
border-color: #B2A01C;
}
</style>