Shades of La Rioja #B7B200
Tints of La Rioja #B7B200
RGB
CMYK
RGB Variations
Color information
#B7B200 (or 0xB7B200) is known color: La Rioja. HEX triplet: B7, B2 and 00. RGB value is (183,178,0). Sum of RGB (Red+Green+Blue) = 183+178+0=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B200 is #484DFF. Grayscale: #9F9F9F. Windows color (decimal): -4738560 or 45751. OLE color: 45751.
HSL color Cylindrical-coordinate representation of color #B7B200: hue angle of 58.36º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7B200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.28 |
| HSL | 58.36º | 1% | 0.36% | - |
| HSV(B) | 58.36º | 1% | 0.72% | - |
| XYZ | 35.45 | 41.91 | 6.22 | - |
| YUV | 159.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 0 | 0 | 0.03 | 1 | 0.28 | 58.36 | 1 | 0.36 |
| Hex | B7 | B2 | 0 | 0 | 3 | 64 | 1C | 3A | 64 | 24 |
| Octal | 267 | 262 | 0 | 0 | 3 | 144 | 34 | 72 | 144 | 44 |
| Binary | 10110111 | 10110010 | 0 | 0 | 11 | 1100100 | 11100 | 111010 | 1100100 | 100100 |
Color Harmonies of #B7B200
Complementary color
Monochromatic Colors of #B7B200
Black with #B7B200
Text Example
Text Example
White with #B7B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B200; }
p { color: rgb(183,178,0); }
H1.HeaderClassName
{
color: #B7B200;
}
.AnyTagClassName
{
color: #B7B200;
}
</style>
background-color css
<style>
a { background-color: #B7B200; }
a { background-color: rgb(183,178,0); }
div.DivClassName
{
background-color: #B7B200;
}
.BgClassName
{
background-color: #B7B200;
}
</style>
border-color css
<style>
span { border-color: #B7B200; }
span { border-color: rgb(183,178,0); }
td.TdClassName
{
border-color: #B7B200;
}
.TagClassName
{
border-color: #B7B200;
}
</style>