Shades of Lucky #B0A70F
Tints of Lucky #B0A70F
RGB
CMYK
RGB Variations
Color information
#B0A70F (or 0xB0A70F) is known color: Lucky. HEX triplet: B0, A7 and 0F. RGB value is (176,167,15). Sum of RGB (Red+Green+Blue) = 176+167+15=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A70F is #4F58F0. Grayscale: #989898. Windows color (decimal): -5200113 or 1025968. OLE color: 1025968.
HSL color Cylindrical-coordinate representation of color #B0A70F: hue angle of 56.65º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0A70F is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 15 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.31 |
| HSL | 56.65º | 0.84% | 0.37% | - |
| HSV(B) | 56.65º | 0.91% | 0.69% | - |
| XYZ | 31.81 | 36.9 | 5.9 | - |
| YUV | 152.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 15 | 0 | 0.05 | 0.91 | 0.31 | 56.65 | 0.84 | 0.37 |
| Hex | B0 | A7 | F | 0 | 5 | 5B | 1F | 39 | 54 | 25 |
| Octal | 260 | 247 | 17 | 0 | 5 | 133 | 37 | 71 | 124 | 45 |
| Binary | 10110000 | 10100111 | 1111 | 0 | 101 | 1011011 | 11111 | 111001 | 1010100 | 100101 |
Color Harmonies of #B0A70F
Complementary color
Monochromatic Colors of #B0A70F
Black with #B0A70F
Text Example
Text Example
White with #B0A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A70F; }
p { color: rgb(176,167,15); }
H1.HeaderClassName
{
color: #B0A70F;
}
.AnyTagClassName
{
color: #B0A70F;
}
</style>
background-color css
<style>
a { background-color: #B0A70F; }
a { background-color: rgb(176,167,15); }
div.DivClassName
{
background-color: #B0A70F;
}
.BgClassName
{
background-color: #B0A70F;
}
</style>
border-color css
<style>
span { border-color: #B0A70F; }
span { border-color: rgb(176,167,15); }
td.TdClassName
{
border-color: #B0A70F;
}
.TagClassName
{
border-color: #B0A70F;
}
</style>