Shades of Lucky #B2A00E
Tints of Lucky #B2A00E
RGB
CMYK
RGB Variations
Color information
#B2A00E (or 0xB2A00E) is known color: Lucky. HEX triplet: B2, A0 and 0E. RGB value is (178,160,14). Sum of RGB (Red+Green+Blue) = 178+160+14=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A00E is #4D5FF1. Grayscale: #959595. Windows color (decimal): -5070834 or 958642. OLE color: 958642.
HSL color Cylindrical-coordinate representation of color #B2A00E: hue angle of 53.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2A00E is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 14 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.30 |
| HSL | 53.41º | 0.85% | 0.38% | - |
| HSV(B) | 53.41º | 0.92% | 0.7% | - |
| XYZ | 31.01 | 34.64 | 5.47 | - |
| YUV | 148.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 14 | 0 | 0.10 | 0.92 | 0.30 | 53.41 | 0.85 | 0.38 |
| Hex | B2 | A0 | E | 0 | A | 5C | 1E | 35 | 55 | 26 |
| Octal | 262 | 240 | 16 | 0 | 12 | 134 | 36 | 65 | 125 | 46 |
| Binary | 10110010 | 10100000 | 1110 | 0 | 1010 | 1011100 | 11110 | 110101 | 1010101 | 100110 |
Color Harmonies of #B2A00E
Complementary color
Monochromatic Colors of #B2A00E
Black with #B2A00E
Text Example
Text Example
White with #B2A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A00E; }
p { color: rgb(178,160,14); }
H1.HeaderClassName
{
color: #B2A00E;
}
.AnyTagClassName
{
color: #B2A00E;
}
</style>
background-color css
<style>
a { background-color: #B2A00E; }
a { background-color: rgb(178,160,14); }
div.DivClassName
{
background-color: #B2A00E;
}
.BgClassName
{
background-color: #B2A00E;
}
</style>
border-color css
<style>
span { border-color: #B2A00E; }
span { border-color: rgb(178,160,14); }
td.TdClassName
{
border-color: #B2A00E;
}
.TagClassName
{
border-color: #B2A00E;
}
</style>