Shades of La Rioja #B4BE12
Tints of La Rioja #B4BE12
RGB
CMYK
RGB Variations
Color information
#B4BE12 (or 0xB4BE12) is known color: La Rioja. HEX triplet: B4, BE and 12. RGB value is (180,190,18). Sum of RGB (Red+Green+Blue) = 180+190+18=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BE12 is #4B41ED. Grayscale: #A8A8A8. Windows color (decimal): -4932078 or 1228468. OLE color: 1228468.
HSL color Cylindrical-coordinate representation of color #B4BE12: hue angle of 63.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4BE12 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 18 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.25 |
| HSL | 63.49º | 0.83% | 0.41% | - |
| HSV(B) | 63.49º | 0.91% | 0.75% | - |
| XYZ | 37.35 | 46.57 | 7.59 | - |
| YUV | 167.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 18 | 0.05 | 0 | 0.91 | 0.25 | 63.49 | 0.83 | 0.41 |
| Hex | B4 | BE | 12 | 5 | 0 | 5B | 19 | 3F | 53 | 29 |
| Octal | 264 | 276 | 22 | 5 | 0 | 133 | 31 | 77 | 123 | 51 |
| Binary | 10110100 | 10111110 | 10010 | 101 | 0 | 1011011 | 11001 | 111111 | 1010011 | 101001 |
Color Harmonies of #B4BE12
Complementary color
Monochromatic Colors of #B4BE12
Black with #B4BE12
Text Example
Text Example
White with #B4BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE12; }
p { color: rgb(180,190,18); }
H1.HeaderClassName
{
color: #B4BE12;
}
.AnyTagClassName
{
color: #B4BE12;
}
</style>
background-color css
<style>
a { background-color: #B4BE12; }
a { background-color: rgb(180,190,18); }
div.DivClassName
{
background-color: #B4BE12;
}
.BgClassName
{
background-color: #B4BE12;
}
</style>
border-color css
<style>
span { border-color: #B4BE12; }
span { border-color: rgb(180,190,18); }
td.TdClassName
{
border-color: #B4BE12;
}
.TagClassName
{
border-color: #B4BE12;
}
</style>