Shades of La Rioja #B7BA01
Tints of La Rioja #B7BA01
RGB
CMYK
RGB Variations
Color information
#B7BA01 (or 0xB7BA01) is known color: La Rioja. HEX triplet: B7, BA and 01. RGB value is (183,186,1). Sum of RGB (Red+Green+Blue) = 183+186+1=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA01 is #4845FE. Grayscale: #A4A4A4. Windows color (decimal): -4736511 or 113335. OLE color: 113335.
HSL color Cylindrical-coordinate representation of color #B7BA01: hue angle of 60.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7BA01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.27 |
| HSL | 60.97º | 0.99% | 0.37% | - |
| HSV(B) | 60.97º | 0.99% | 0.73% | - |
| XYZ | 37.09 | 45.19 | 6.8 | - |
| YUV | 164.01 | 36.01 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 1 | 0.02 | 0 | 0.99 | 0.27 | 60.97 | 0.99 | 0.37 |
| Hex | B7 | BA | 1 | 2 | 0 | 63 | 1B | 3D | 63 | 25 |
| Octal | 267 | 272 | 1 | 2 | 0 | 143 | 33 | 75 | 143 | 45 |
| Binary | 10110111 | 10111010 | 1 | 10 | 0 | 1100011 | 11011 | 111101 | 1100011 | 100101 |
Color Harmonies of #B7BA01
Complementary color
Monochromatic Colors of #B7BA01
Black with #B7BA01
Text Example
Text Example
White with #B7BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA01; }
p { color: rgb(183,186,1); }
H1.HeaderClassName
{
color: #B7BA01;
}
.AnyTagClassName
{
color: #B7BA01;
}
</style>
background-color css
<style>
a { background-color: #B7BA01; }
a { background-color: rgb(183,186,1); }
div.DivClassName
{
background-color: #B7BA01;
}
.BgClassName
{
background-color: #B7BA01;
}
</style>
border-color css
<style>
span { border-color: #B7BA01; }
span { border-color: rgb(183,186,1); }
td.TdClassName
{
border-color: #B7BA01;
}
.TagClassName
{
border-color: #B7BA01;
}
</style>