Shades of La Rioja #B7B502
Tints of La Rioja #B7B502
RGB
CMYK
RGB Variations
Color information
#B7B502 (or 0xB7B502) is known color: La Rioja. HEX triplet: B7, B5 and 02. RGB value is (183,181,2). Sum of RGB (Red+Green+Blue) = 183+181+2=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B502 is #484AFD. Grayscale: #A1A1A1. Windows color (decimal): -4737790 or 177591. OLE color: 177591.
HSL color Cylindrical-coordinate representation of color #B7B502: hue angle of 59.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7B502 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.28 |
| HSL | 59.34º | 0.98% | 0.36% | - |
| HSV(B) | 59.34º | 0.99% | 0.72% | - |
| XYZ | 36.06 | 43.12 | 6.48 | - |
| YUV | 161.19 | 38.16 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 2 | 0 | 0.01 | 0.99 | 0.28 | 59.34 | 0.98 | 0.36 |
| Hex | B7 | B5 | 2 | 0 | 1 | 63 | 1C | 3B | 62 | 24 |
| Octal | 267 | 265 | 2 | 0 | 1 | 143 | 34 | 73 | 142 | 44 |
| Binary | 10110111 | 10110101 | 10 | 0 | 1 | 1100011 | 11100 | 111011 | 1100010 | 100100 |
Color Harmonies of #B7B502
Complementary color
Monochromatic Colors of #B7B502
Black with #B7B502
Text Example
Text Example
White with #B7B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B502; }
p { color: rgb(183,181,2); }
H1.HeaderClassName
{
color: #B7B502;
}
.AnyTagClassName
{
color: #B7B502;
}
</style>
background-color css
<style>
a { background-color: #B7B502; }
a { background-color: rgb(183,181,2); }
div.DivClassName
{
background-color: #B7B502;
}
.BgClassName
{
background-color: #B7B502;
}
</style>
border-color css
<style>
span { border-color: #B7B502; }
span { border-color: rgb(183,181,2); }
td.TdClassName
{
border-color: #B7B502;
}
.TagClassName
{
border-color: #B7B502;
}
</style>