Shades of La Rioja #B8B616
Tints of La Rioja #B8B616
RGB
CMYK
RGB Variations
Color information
#B8B616 (or 0xB8B616) is known color: La Rioja. HEX triplet: B8, B6 and 16. RGB value is (184,182,22). Sum of RGB (Red+Green+Blue) = 184+182+22=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B616 is #4749E9. Grayscale: #A4A4A4. Windows color (decimal): -4671978 or 1488568. OLE color: 1488568.
HSL color Cylindrical-coordinate representation of color #B8B616: hue angle of 59.26º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8B616 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 182 | 22 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.28 |
| HSL | 59.26º | 0.79% | 0.4% | - |
| HSV(B) | 59.26º | 0.88% | 0.72% | - |
| XYZ | 36.64 | 43.7 | 7.26 | - |
| YUV | 164.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 182 | 22 | 0 | 0.01 | 0.88 | 0.28 | 59.26 | 0.79 | 0.4 |
| Hex | B8 | B6 | 16 | 0 | 1 | 58 | 1C | 3B | 4F | 28 |
| Octal | 270 | 266 | 26 | 0 | 1 | 130 | 34 | 73 | 117 | 50 |
| Binary | 10111000 | 10110110 | 10110 | 0 | 1 | 1011000 | 11100 | 111011 | 1001111 | 101000 |
Color Harmonies of #B8B616
Complementary color
Monochromatic Colors of #B8B616
Black with #B8B616
Text Example
Text Example
White with #B8B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B616; }
p { color: rgb(184,182,22); }
H1.HeaderClassName
{
color: #B8B616;
}
.AnyTagClassName
{
color: #B8B616;
}
</style>
background-color css
<style>
a { background-color: #B8B616; }
a { background-color: rgb(184,182,22); }
div.DivClassName
{
background-color: #B8B616;
}
.BgClassName
{
background-color: #B8B616;
}
</style>
border-color css
<style>
span { border-color: #B8B616; }
span { border-color: rgb(184,182,22); }
td.TdClassName
{
border-color: #B8B616;
}
.TagClassName
{
border-color: #B8B616;
}
</style>