Shades of La Rioja #B4BE15
Tints of La Rioja #B4BE15
RGB
CMYK
RGB Variations
Color information
#B4BE15 (or 0xB4BE15) is known color: La Rioja. HEX triplet: B4, BE and 15. RGB value is (180,190,21). Sum of RGB (Red+Green+Blue) = 180+190+21=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BE15 is #4B41EA. Grayscale: #A8A8A8. Windows color (decimal): -4932075 or 1425076. OLE color: 1425076.
HSL color Cylindrical-coordinate representation of color #B4BE15: hue angle of 63.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4BE15 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 21 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.25 |
| HSL | 63.55º | 0.8% | 0.41% | - |
| HSV(B) | 63.55º | 0.89% | 0.75% | - |
| XYZ | 37.37 | 46.58 | 7.73 | - |
| YUV | 167.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 21 | 0.05 | 0 | 0.89 | 0.25 | 63.55 | 0.8 | 0.41 |
| Hex | B4 | BE | 15 | 5 | 0 | 59 | 19 | 40 | 50 | 29 |
| Octal | 264 | 276 | 25 | 5 | 0 | 131 | 31 | 100 | 120 | 51 |
| Binary | 10110100 | 10111110 | 10101 | 101 | 0 | 1011001 | 11001 | 1000000 | 1010000 | 101001 |
Color Harmonies of #B4BE15
Complementary color
Monochromatic Colors of #B4BE15
Black with #B4BE15
Text Example
Text Example
White with #B4BE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE15; }
p { color: rgb(180,190,21); }
H1.HeaderClassName
{
color: #B4BE15;
}
.AnyTagClassName
{
color: #B4BE15;
}
</style>
background-color css
<style>
a { background-color: #B4BE15; }
a { background-color: rgb(180,190,21); }
div.DivClassName
{
background-color: #B4BE15;
}
.BgClassName
{
background-color: #B4BE15;
}
</style>
border-color css
<style>
span { border-color: #B4BE15; }
span { border-color: rgb(180,190,21); }
td.TdClassName
{
border-color: #B4BE15;
}
.TagClassName
{
border-color: #B4BE15;
}
</style>