Shades of La Rioja #B7BB10
Tints of La Rioja #B7BB10
RGB
CMYK
RGB Variations
Color information
#B7BB10 (or 0xB7BB10) is known color: La Rioja. HEX triplet: B7, BB and 10. RGB value is (183,187,16). Sum of RGB (Red+Green+Blue) = 183+187+16=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BB10 is #4844EF. Grayscale: #A6A6A6. Windows color (decimal): -4736240 or 1096631. OLE color: 1096631.
HSL color Cylindrical-coordinate representation of color #B7BB10: hue angle of 61.4º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7BB10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.27 |
| HSL | 61.4º | 0.84% | 0.4% | - |
| HSV(B) | 61.4º | 0.91% | 0.73% | - |
| XYZ | 37.39 | 45.65 | 7.33 | - |
| YUV | 166.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 16 | 0.02 | 0 | 0.91 | 0.27 | 61.4 | 0.84 | 0.4 |
| Hex | B7 | BB | 10 | 2 | 0 | 5B | 1B | 3D | 54 | 28 |
| Octal | 267 | 273 | 20 | 2 | 0 | 133 | 33 | 75 | 124 | 50 |
| Binary | 10110111 | 10111011 | 10000 | 10 | 0 | 1011011 | 11011 | 111101 | 1010100 | 101000 |
Color Harmonies of #B7BB10
Complementary color
Monochromatic Colors of #B7BB10
Black with #B7BB10
Text Example
Text Example
White with #B7BB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB10; }
p { color: rgb(183,187,16); }
H1.HeaderClassName
{
color: #B7BB10;
}
.AnyTagClassName
{
color: #B7BB10;
}
</style>
background-color css
<style>
a { background-color: #B7BB10; }
a { background-color: rgb(183,187,16); }
div.DivClassName
{
background-color: #B7BB10;
}
.BgClassName
{
background-color: #B7BB10;
}
</style>
border-color css
<style>
span { border-color: #B7BB10; }
span { border-color: rgb(183,187,16); }
td.TdClassName
{
border-color: #B7BB10;
}
.TagClassName
{
border-color: #B7BB10;
}
</style>