Shades of La Rioja #B0BD13
Tints of La Rioja #B0BD13
RGB
CMYK
RGB Variations
Color information
#B0BD13 (or 0xB0BD13) is known color: La Rioja. HEX triplet: B0, BD and 13. RGB value is (176,189,19). Sum of RGB (Red+Green+Blue) = 176+189+19=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BD13 is #4F42EC. Grayscale: #A6A6A6. Windows color (decimal): -5194477 or 1293744. OLE color: 1293744.
HSL color Cylindrical-coordinate representation of color #B0BD13: hue angle of 64.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0BD13 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.26 |
| HSL | 64.59º | 0.82% | 0.41% | - |
| HSV(B) | 64.59º | 0.9% | 0.74% | - |
| XYZ | 36.22 | 45.67 | 7.52 | - |
| YUV | 165.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 19 | 0.07 | 0 | 0.90 | 0.26 | 64.59 | 0.82 | 0.41 |
| Hex | B0 | BD | 13 | 7 | 0 | 5A | 1A | 41 | 52 | 29 |
| Octal | 260 | 275 | 23 | 7 | 0 | 132 | 32 | 101 | 122 | 51 |
| Binary | 10110000 | 10111101 | 10011 | 111 | 0 | 1011010 | 11010 | 1000001 | 1010010 | 101001 |
Color Harmonies of #B0BD13
Complementary color
Monochromatic Colors of #B0BD13
Black with #B0BD13
Text Example
Text Example
White with #B0BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD13; }
p { color: rgb(176,189,19); }
H1.HeaderClassName
{
color: #B0BD13;
}
.AnyTagClassName
{
color: #B0BD13;
}
</style>
background-color css
<style>
a { background-color: #B0BD13; }
a { background-color: rgb(176,189,19); }
div.DivClassName
{
background-color: #B0BD13;
}
.BgClassName
{
background-color: #B0BD13;
}
</style>
border-color css
<style>
span { border-color: #B0BD13; }
span { border-color: rgb(176,189,19); }
td.TdClassName
{
border-color: #B0BD13;
}
.TagClassName
{
border-color: #B0BD13;
}
</style>