Shades of La Rioja #B0BC07
Tints of La Rioja #B0BC07
RGB
CMYK
RGB Variations
Color information
#B0BC07 (or 0xB0BC07) is known color: La Rioja. HEX triplet: B0, BC and 07. RGB value is (176,188,7). Sum of RGB (Red+Green+Blue) = 176+188+7=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC07 is #4F43F8. Grayscale: #A4A4A4. Windows color (decimal): -5194745 or 507056. OLE color: 507056.
HSL color Cylindrical-coordinate representation of color #B0BC07: hue angle of 63.98º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0BC07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.26 |
| HSL | 63.98º | 0.93% | 0.38% | - |
| HSV(B) | 63.98º | 0.96% | 0.74% | - |
| XYZ | 35.93 | 45.21 | 7.03 | - |
| YUV | 163.78 | 39.52 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 7 | 0.06 | 0 | 0.96 | 0.26 | 63.98 | 0.93 | 0.38 |
| Hex | B0 | BC | 7 | 6 | 0 | 60 | 1A | 40 | 5D | 26 |
| Octal | 260 | 274 | 7 | 6 | 0 | 140 | 32 | 100 | 135 | 46 |
| Binary | 10110000 | 10111100 | 111 | 110 | 0 | 1100000 | 11010 | 1000000 | 1011101 | 100110 |
Color Harmonies of #B0BC07
Complementary color
Monochromatic Colors of #B0BC07
Black with #B0BC07
Text Example
Text Example
White with #B0BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC07; }
p { color: rgb(176,188,7); }
H1.HeaderClassName
{
color: #B0BC07;
}
.AnyTagClassName
{
color: #B0BC07;
}
</style>
background-color css
<style>
a { background-color: #B0BC07; }
a { background-color: rgb(176,188,7); }
div.DivClassName
{
background-color: #B0BC07;
}
.BgClassName
{
background-color: #B0BC07;
}
</style>
border-color css
<style>
span { border-color: #B0BC07; }
span { border-color: rgb(176,188,7); }
td.TdClassName
{
border-color: #B0BC07;
}
.TagClassName
{
border-color: #B0BC07;
}
</style>