Shades of La Rioja #B7B204
Tints of La Rioja #B7B204
RGB
CMYK
RGB Variations
Color information
#B7B204 (or 0xB7B204) is known color: La Rioja. HEX triplet: B7, B2 and 04. RGB value is (183,178,4). Sum of RGB (Red+Green+Blue) = 183+178+4=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B204 is #484DFB. Grayscale: #A0A0A0. Windows color (decimal): -4738556 or 307895. OLE color: 307895.
HSL color Cylindrical-coordinate representation of color #B7B204: hue angle of 58.32º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7B204 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.28 |
| HSL | 58.32º | 0.96% | 0.37% | - |
| HSV(B) | 58.32º | 0.98% | 0.72% | - |
| XYZ | 35.47 | 41.92 | 6.34 | - |
| YUV | 159.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 4 | 0 | 0.03 | 0.98 | 0.28 | 58.32 | 0.96 | 0.37 |
| Hex | B7 | B2 | 4 | 0 | 3 | 62 | 1C | 3A | 60 | 25 |
| Octal | 267 | 262 | 4 | 0 | 3 | 142 | 34 | 72 | 140 | 45 |
| Binary | 10110111 | 10110010 | 100 | 0 | 11 | 1100010 | 11100 | 111010 | 1100000 | 100101 |
Color Harmonies of #B7B204
Complementary color
Monochromatic Colors of #B7B204
Black with #B7B204
Text Example
Text Example
White with #B7B204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B204; }
p { color: rgb(183,178,4); }
H1.HeaderClassName
{
color: #B7B204;
}
.AnyTagClassName
{
color: #B7B204;
}
</style>
background-color css
<style>
a { background-color: #B7B204; }
a { background-color: rgb(183,178,4); }
div.DivClassName
{
background-color: #B7B204;
}
.BgClassName
{
background-color: #B7B204;
}
</style>
border-color css
<style>
span { border-color: #B7B204; }
span { border-color: rgb(183,178,4); }
td.TdClassName
{
border-color: #B7B204;
}
.TagClassName
{
border-color: #B7B204;
}
</style>