Shades of La Rioja #B4B407
Tints of La Rioja #B4B407
RGB
CMYK
RGB Variations
Color information
#B4B407 (or 0xB4B407) is known color: La Rioja. HEX triplet: B4, B4 and 07. RGB value is (180,180,7). Sum of RGB (Red+Green+Blue) = 180+180+7=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B407 is #4B4BF8. Grayscale: #A0A0A0. Windows color (decimal): -4934649 or 505012. OLE color: 505012.
HSL color Cylindrical-coordinate representation of color #B4B407: hue angle of 60º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4B407 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 180 | 7 | - |
| CMYK | 0 | 0 | 0.96 | 0.29 |
| HSL | 60º | 0.93% | 0.37% | - |
| HSV(B) | 60º | 0.96% | 0.71% | - |
| XYZ | 35.18 | 42.36 | 6.52 | - |
| YUV | 160.28 | 41.5 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 180 | 7 | 0 | 0 | 0.96 | 0.29 | 60 | 0.93 | 0.37 |
| Hex | B4 | B4 | 7 | 0 | 0 | 60 | 1D | 3C | 5D | 25 |
| Octal | 264 | 264 | 7 | 0 | 0 | 140 | 35 | 74 | 135 | 45 |
| Binary | 10110100 | 10110100 | 111 | 0 | 0 | 1100000 | 11101 | 111100 | 1011101 | 100101 |
Color Harmonies of #B4B407
Complementary color
Monochromatic Colors of #B4B407
Black with #B4B407
Text Example
Text Example
White with #B4B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B407; }
p { color: rgb(180,180,7); }
H1.HeaderClassName
{
color: #B4B407;
}
.AnyTagClassName
{
color: #B4B407;
}
</style>
background-color css
<style>
a { background-color: #B4B407; }
a { background-color: rgb(180,180,7); }
div.DivClassName
{
background-color: #B4B407;
}
.BgClassName
{
background-color: #B4B407;
}
</style>
border-color css
<style>
span { border-color: #B4B407; }
span { border-color: rgb(180,180,7); }
td.TdClassName
{
border-color: #B4B407;
}
.TagClassName
{
border-color: #B4B407;
}
</style>