Shades of La Rioja #B8C406
Tints of La Rioja #B8C406
RGB
CMYK
RGB Variations
Color information
#B8C406 (or 0xB8C406) is known color: La Rioja. HEX triplet: B8, C4 and 06. RGB value is (184,196,6). Sum of RGB (Red+Green+Blue) = 184+196+6=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C406 is #473BF9. Grayscale: #ABABAB. Windows color (decimal): -4668410 or 443576. OLE color: 443576.
HSL color Cylindrical-coordinate representation of color #B8C406: hue angle of 63.79º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8C406 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.23 |
| HSL | 63.79º | 0.94% | 0.4% | - |
| HSV(B) | 63.79º | 0.97% | 0.77% | - |
| XYZ | 39.54 | 49.68 | 7.68 | - |
| YUV | 170.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 6 | 0.06 | 0 | 0.97 | 0.23 | 63.79 | 0.94 | 0.4 |
| Hex | B8 | C4 | 6 | 6 | 0 | 61 | 17 | 40 | 5E | 28 |
| Octal | 270 | 304 | 6 | 6 | 0 | 141 | 27 | 100 | 136 | 50 |
| Binary | 10111000 | 11000100 | 110 | 110 | 0 | 1100001 | 10111 | 1000000 | 1011110 | 101000 |
Color Harmonies of #B8C406
Complementary color
Monochromatic Colors of #B8C406
Black with #B8C406
Text Example
Text Example
White with #B8C406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C406; }
p { color: rgb(184,196,6); }
H1.HeaderClassName
{
color: #B8C406;
}
.AnyTagClassName
{
color: #B8C406;
}
</style>
background-color css
<style>
a { background-color: #B8C406; }
a { background-color: rgb(184,196,6); }
div.DivClassName
{
background-color: #B8C406;
}
.BgClassName
{
background-color: #B8C406;
}
</style>
border-color css
<style>
span { border-color: #B8C406; }
span { border-color: rgb(184,196,6); }
td.TdClassName
{
border-color: #B8C406;
}
.TagClassName
{
border-color: #B8C406;
}
</style>