Shades of La Rioja #B7C103
Tints of La Rioja #B7C103
RGB
CMYK
RGB Variations
Color information
#B7C103 (or 0xB7C103) is known color: La Rioja. HEX triplet: B7, C1 and 03. RGB value is (183,193,3). Sum of RGB (Red+Green+Blue) = 183+193+3=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C103 is #483EFC. Grayscale: #A9A9A9. Windows color (decimal): -4734717 or 246199. OLE color: 246199.
HSL color Cylindrical-coordinate representation of color #B7C103: hue angle of 63.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7C103 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 3 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.24 |
| HSL | 63.16º | 0.97% | 0.38% | - |
| HSV(B) | 63.16º | 0.98% | 0.76% | - |
| XYZ | 38.61 | 48.21 | 7.36 | - |
| YUV | 168.35 | 34.69 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 3 | 0.05 | 0 | 0.98 | 0.24 | 63.16 | 0.97 | 0.38 |
| Hex | B7 | C1 | 3 | 5 | 0 | 62 | 18 | 3F | 61 | 26 |
| Octal | 267 | 301 | 3 | 5 | 0 | 142 | 30 | 77 | 141 | 46 |
| Binary | 10110111 | 11000001 | 11 | 101 | 0 | 1100010 | 11000 | 111111 | 1100001 | 100110 |
Color Harmonies of #B7C103
Complementary color
Monochromatic Colors of #B7C103
Black with #B7C103
Text Example
Text Example
White with #B7C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C103; }
p { color: rgb(183,193,3); }
H1.HeaderClassName
{
color: #B7C103;
}
.AnyTagClassName
{
color: #B7C103;
}
</style>
background-color css
<style>
a { background-color: #B7C103; }
a { background-color: rgb(183,193,3); }
div.DivClassName
{
background-color: #B7C103;
}
.BgClassName
{
background-color: #B7C103;
}
</style>
border-color css
<style>
span { border-color: #B7C103; }
span { border-color: rgb(183,193,3); }
td.TdClassName
{
border-color: #B7C103;
}
.TagClassName
{
border-color: #B7C103;
}
</style>