Shades of La Rioja #B7BC10
Tints of La Rioja #B7BC10
RGB
CMYK
RGB Variations
Color information
#B7BC10 (or 0xB7BC10) is known color: La Rioja. HEX triplet: B7, BC and 10. RGB value is (183,188,16). Sum of RGB (Red+Green+Blue) = 183+188+16=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC10 is #4843EF. Grayscale: #A7A7A7. Windows color (decimal): -4735984 or 1096887. OLE color: 1096887.
HSL color Cylindrical-coordinate representation of color #B7BC10: hue angle of 61.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7BC10 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 16 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.26 |
| HSL | 61.74º | 0.84% | 0.4% | - |
| HSV(B) | 61.74º | 0.91% | 0.74% | - |
| XYZ | 37.61 | 46.07 | 7.4 | - |
| YUV | 166.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 16 | 0.03 | 0 | 0.91 | 0.26 | 61.74 | 0.84 | 0.4 |
| Hex | B7 | BC | 10 | 3 | 0 | 5B | 1A | 3E | 54 | 28 |
| Octal | 267 | 274 | 20 | 3 | 0 | 133 | 32 | 76 | 124 | 50 |
| Binary | 10110111 | 10111100 | 10000 | 11 | 0 | 1011011 | 11010 | 111110 | 1010100 | 101000 |
Color Harmonies of #B7BC10
Complementary color
Monochromatic Colors of #B7BC10
Black with #B7BC10
Text Example
Text Example
White with #B7BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC10; }
p { color: rgb(183,188,16); }
H1.HeaderClassName
{
color: #B7BC10;
}
.AnyTagClassName
{
color: #B7BC10;
}
</style>
background-color css
<style>
a { background-color: #B7BC10; }
a { background-color: rgb(183,188,16); }
div.DivClassName
{
background-color: #B7BC10;
}
.BgClassName
{
background-color: #B7BC10;
}
</style>
border-color css
<style>
span { border-color: #B7BC10; }
span { border-color: rgb(183,188,16); }
td.TdClassName
{
border-color: #B7BC10;
}
.TagClassName
{
border-color: #B7BC10;
}
</style>