Shades of La Rioja #B4B817
Tints of La Rioja #B4B817
RGB
CMYK
RGB Variations
Color information
#B4B817 (or 0xB4B817) is known color: La Rioja. HEX triplet: B4, B8 and 17. RGB value is (180,184,23). Sum of RGB (Red+Green+Blue) = 180+184+23=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B817 is #4B47E8. Grayscale: #A5A5A5. Windows color (decimal): -4933609 or 1554612. OLE color: 1554612.
HSL color Cylindrical-coordinate representation of color #B4B817: hue angle of 61.49º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4B817 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 184 | 23 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.28 |
| HSL | 61.49º | 0.78% | 0.41% | - |
| HSV(B) | 61.49º | 0.88% | 0.72% | - |
| XYZ | 36.12 | 44.05 | 7.41 | - |
| YUV | 164.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 23 | 0.02 | 0 | 0.88 | 0.28 | 61.49 | 0.78 | 0.41 |
| Hex | B4 | B8 | 17 | 2 | 0 | 58 | 1C | 3D | 4E | 29 |
| Octal | 264 | 270 | 27 | 2 | 0 | 130 | 34 | 75 | 116 | 51 |
| Binary | 10110100 | 10111000 | 10111 | 10 | 0 | 1011000 | 11100 | 111101 | 1001110 | 101001 |
Color Harmonies of #B4B817
Complementary color
Monochromatic Colors of #B4B817
Black with #B4B817
Text Example
Text Example
White with #B4B817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B817; }
p { color: rgb(180,184,23); }
H1.HeaderClassName
{
color: #B4B817;
}
.AnyTagClassName
{
color: #B4B817;
}
</style>
background-color css
<style>
a { background-color: #B4B817; }
a { background-color: rgb(180,184,23); }
div.DivClassName
{
background-color: #B4B817;
}
.BgClassName
{
background-color: #B4B817;
}
</style>
border-color css
<style>
span { border-color: #B4B817; }
span { border-color: rgb(180,184,23); }
td.TdClassName
{
border-color: #B4B817;
}
.TagClassName
{
border-color: #B4B817;
}
</style>