Shades of La Rioja #B7C001
Tints of La Rioja #B7C001
RGB
CMYK
RGB Variations
Color information
#B7C001 (or 0xB7C001) is known color: La Rioja. HEX triplet: B7, C0 and 01. RGB value is (183,192,1). Sum of RGB (Red+Green+Blue) = 183+192+1=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C001 is #483FFE. Grayscale: #A8A8A8. Windows color (decimal): -4734975 or 114871. OLE color: 114871.
HSL color Cylindrical-coordinate representation of color #B7C001: hue angle of 62.83º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7C001 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.25 |
| HSL | 62.83º | 0.99% | 0.38% | - |
| HSV(B) | 62.83º | 0.99% | 0.75% | - |
| XYZ | 38.38 | 47.77 | 7.23 | - |
| YUV | 167.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 1 | 0.05 | 0 | 0.99 | 0.25 | 62.83 | 0.99 | 0.38 |
| Hex | B7 | C0 | 1 | 5 | 0 | 63 | 19 | 3F | 63 | 26 |
| Octal | 267 | 300 | 1 | 5 | 0 | 143 | 31 | 77 | 143 | 46 |
| Binary | 10110111 | 11000000 | 1 | 101 | 0 | 1100011 | 11001 | 111111 | 1100011 | 100110 |
Color Harmonies of #B7C001
Complementary color
Monochromatic Colors of #B7C001
Black with #B7C001
Text Example
Text Example
White with #B7C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C001; }
p { color: rgb(183,192,1); }
H1.HeaderClassName
{
color: #B7C001;
}
.AnyTagClassName
{
color: #B7C001;
}
</style>
background-color css
<style>
a { background-color: #B7C001; }
a { background-color: rgb(183,192,1); }
div.DivClassName
{
background-color: #B7C001;
}
.BgClassName
{
background-color: #B7C001;
}
</style>
border-color css
<style>
span { border-color: #B7C001; }
span { border-color: rgb(183,192,1); }
td.TdClassName
{
border-color: #B7C001;
}
.TagClassName
{
border-color: #B7C001;
}
</style>