Shades of La Rioja #B8BC10
Tints of La Rioja #B8BC10
RGB
CMYK
RGB Variations
Color information
#B8BC10 (or 0xB8BC10) is known color: La Rioja. HEX triplet: B8, BC and 10. RGB value is (184,188,16). Sum of RGB (Red+Green+Blue) = 184+188+16=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BC10 is #4743EF. Grayscale: #A7A7A7. Windows color (decimal): -4670448 or 1096888. OLE color: 1096888.
HSL color Cylindrical-coordinate representation of color #B8BC10: hue angle of 61.4º 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 #B8BC10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.26 |
| HSL | 61.4º | 0.84% | 0.4% | - |
| HSV(B) | 61.4º | 0.91% | 0.74% | - |
| XYZ | 37.84 | 46.19 | 7.41 | - |
| YUV | 167.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 16 | 0.02 | 0 | 0.91 | 0.26 | 61.4 | 0.84 | 0.4 |
| Hex | B8 | BC | 10 | 2 | 0 | 5B | 1A | 3D | 54 | 28 |
| Octal | 270 | 274 | 20 | 2 | 0 | 133 | 32 | 75 | 124 | 50 |
| Binary | 10111000 | 10111100 | 10000 | 10 | 0 | 1011011 | 11010 | 111101 | 1010100 | 101000 |
Color Harmonies of #B8BC10
Complementary color
Monochromatic Colors of #B8BC10
Black with #B8BC10
Text Example
Text Example
White with #B8BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC10; }
p { color: rgb(184,188,16); }
H1.HeaderClassName
{
color: #B8BC10;
}
.AnyTagClassName
{
color: #B8BC10;
}
</style>
background-color css
<style>
a { background-color: #B8BC10; }
a { background-color: rgb(184,188,16); }
div.DivClassName
{
background-color: #B8BC10;
}
.BgClassName
{
background-color: #B8BC10;
}
</style>
border-color css
<style>
span { border-color: #B8BC10; }
span { border-color: rgb(184,188,16); }
td.TdClassName
{
border-color: #B8BC10;
}
.TagClassName
{
border-color: #B8BC10;
}
</style>