Shades of La Rioja #B4C706
Tints of La Rioja #B4C706
RGB
CMYK
RGB Variations
Color information
#B4C706 (or 0xB4C706) is known color: La Rioja. HEX triplet: B4, C7 and 06. RGB value is (180,199,6). Sum of RGB (Red+Green+Blue) = 180+199+6=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C706 is #4B38F9. Grayscale: #ACACAC. Windows color (decimal): -4929786 or 444340. OLE color: 444340.
HSL color Cylindrical-coordinate representation of color #B4C706: hue angle of 65.91º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4C706 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.22 |
| HSL | 65.91º | 0.94% | 0.4% | - |
| HSV(B) | 65.91º | 0.97% | 0.78% | - |
| XYZ | 39.28 | 50.56 | 7.86 | - |
| YUV | 171.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 6 | 0.10 | 0 | 0.97 | 0.22 | 65.91 | 0.94 | 0.4 |
| Hex | B4 | C7 | 6 | A | 0 | 61 | 16 | 42 | 5E | 28 |
| Octal | 264 | 307 | 6 | 12 | 0 | 141 | 26 | 102 | 136 | 50 |
| Binary | 10110100 | 11000111 | 110 | 1010 | 0 | 1100001 | 10110 | 1000010 | 1011110 | 101000 |
Color Harmonies of #B4C706
Complementary color
Monochromatic Colors of #B4C706
Black with #B4C706
Text Example
Text Example
White with #B4C706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C706; }
p { color: rgb(180,199,6); }
H1.HeaderClassName
{
color: #B4C706;
}
.AnyTagClassName
{
color: #B4C706;
}
</style>
background-color css
<style>
a { background-color: #B4C706; }
a { background-color: rgb(180,199,6); }
div.DivClassName
{
background-color: #B4C706;
}
.BgClassName
{
background-color: #B4C706;
}
</style>
border-color css
<style>
span { border-color: #B4C706; }
span { border-color: rgb(180,199,6); }
td.TdClassName
{
border-color: #B4C706;
}
.TagClassName
{
border-color: #B4C706;
}
</style>