Shades of Lucky #B1A00B
Tints of Lucky #B1A00B
RGB
CMYK
RGB Variations
Color information
#B1A00B (or 0xB1A00B) is known color: Lucky. HEX triplet: B1, A0 and 0B. RGB value is (177,160,11). Sum of RGB (Red+Green+Blue) = 177+160+11=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A00B is #4E5FF4. Grayscale: #949494. Windows color (decimal): -5136373 or 762033. OLE color: 762033.
HSL color Cylindrical-coordinate representation of color #B1A00B: hue angle of 53.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1A00B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.31 |
| HSL | 53.86º | 0.88% | 0.37% | - |
| HSV(B) | 53.86º | 0.94% | 0.69% | - |
| XYZ | 30.76 | 34.51 | 5.36 | - |
| YUV | 148.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 11 | 0 | 0.10 | 0.94 | 0.31 | 53.86 | 0.88 | 0.37 |
| Hex | B1 | A0 | B | 0 | A | 5E | 1F | 36 | 58 | 25 |
| Octal | 261 | 240 | 13 | 0 | 12 | 136 | 37 | 66 | 130 | 45 |
| Binary | 10110001 | 10100000 | 1011 | 0 | 1010 | 1011110 | 11111 | 110110 | 1011000 | 100101 |
Color Harmonies of #B1A00B
Complementary color
Monochromatic Colors of #B1A00B
Black with #B1A00B
Text Example
Text Example
White with #B1A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A00B; }
p { color: rgb(177,160,11); }
H1.HeaderClassName
{
color: #B1A00B;
}
.AnyTagClassName
{
color: #B1A00B;
}
</style>
background-color css
<style>
a { background-color: #B1A00B; }
a { background-color: rgb(177,160,11); }
div.DivClassName
{
background-color: #B1A00B;
}
.BgClassName
{
background-color: #B1A00B;
}
</style>
border-color css
<style>
span { border-color: #B1A00B; }
span { border-color: rgb(177,160,11); }
td.TdClassName
{
border-color: #B1A00B;
}
.TagClassName
{
border-color: #B1A00B;
}
</style>