Shades of La Rioja #B7B600
Tints of La Rioja #B7B600
RGB
CMYK
RGB Variations
Color information
#B7B600 (or 0xB7B600) is known color: La Rioja. HEX triplet: B7, B6 and 00. RGB value is (183,182,0). Sum of RGB (Red+Green+Blue) = 183+182+0=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B600 is #4849FF. Grayscale: #A2A2A2. Windows color (decimal): -4737536 or 46775. OLE color: 46775.
HSL color Cylindrical-coordinate representation of color #B7B600: hue angle of 59.67º 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 #B7B600 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.28 |
| HSL | 59.67º | 1% | 0.36% | - |
| HSV(B) | 59.67º | 1% | 0.72% | - |
| XYZ | 36.26 | 43.52 | 6.49 | - |
| YUV | 161.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 0 | 0 | 0.01 | 1 | 0.28 | 59.67 | 1 | 0.36 |
| Hex | B7 | B6 | 0 | 0 | 1 | 64 | 1C | 3C | 64 | 24 |
| Octal | 267 | 266 | 0 | 0 | 1 | 144 | 34 | 74 | 144 | 44 |
| Binary | 10110111 | 10110110 | 0 | 0 | 1 | 1100100 | 11100 | 111100 | 1100100 | 100100 |
Color Harmonies of #B7B600
Complementary color
Monochromatic Colors of #B7B600
Black with #B7B600
Text Example
Text Example
White with #B7B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B600; }
p { color: rgb(183,182,0); }
H1.HeaderClassName
{
color: #B7B600;
}
.AnyTagClassName
{
color: #B7B600;
}
</style>
background-color css
<style>
a { background-color: #B7B600; }
a { background-color: rgb(183,182,0); }
div.DivClassName
{
background-color: #B7B600;
}
.BgClassName
{
background-color: #B7B600;
}
</style>
border-color css
<style>
span { border-color: #B7B600; }
span { border-color: rgb(183,182,0); }
td.TdClassName
{
border-color: #B7B600;
}
.TagClassName
{
border-color: #B7B600;
}
</style>