Shades of La Rioja #B7BD01
Tints of La Rioja #B7BD01
RGB
CMYK
RGB Variations
Color information
#B7BD01 (or 0xB7BD01) is known color: La Rioja. HEX triplet: B7, BD and 01. RGB value is (183,189,1). Sum of RGB (Red+Green+Blue) = 183+189+1=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BD01 is #4842FE. Grayscale: #A6A6A6. Windows color (decimal): -4735743 or 114103. OLE color: 114103.
HSL color Cylindrical-coordinate representation of color #B7BD01: hue angle of 61.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7BD01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.26 |
| HSL | 61.91º | 0.99% | 0.37% | - |
| HSV(B) | 61.91º | 0.99% | 0.74% | - |
| XYZ | 37.73 | 46.46 | 7.01 | - |
| YUV | 165.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 1 | 0.03 | 0 | 0.99 | 0.26 | 61.91 | 0.99 | 0.37 |
| Hex | B7 | BD | 1 | 3 | 0 | 63 | 1A | 3E | 63 | 25 |
| Octal | 267 | 275 | 1 | 3 | 0 | 143 | 32 | 76 | 143 | 45 |
| Binary | 10110111 | 10111101 | 1 | 11 | 0 | 1100011 | 11010 | 111110 | 1100011 | 100101 |
Color Harmonies of #B7BD01
Complementary color
Monochromatic Colors of #B7BD01
Black with #B7BD01
Text Example
Text Example
White with #B7BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD01; }
p { color: rgb(183,189,1); }
H1.HeaderClassName
{
color: #B7BD01;
}
.AnyTagClassName
{
color: #B7BD01;
}
</style>
background-color css
<style>
a { background-color: #B7BD01; }
a { background-color: rgb(183,189,1); }
div.DivClassName
{
background-color: #B7BD01;
}
.BgClassName
{
background-color: #B7BD01;
}
</style>
border-color css
<style>
span { border-color: #B7BD01; }
span { border-color: rgb(183,189,1); }
td.TdClassName
{
border-color: #B7BD01;
}
.TagClassName
{
border-color: #B7BD01;
}
</style>