Shades of La Rioja #B6B502
Tints of La Rioja #B6B502
RGB
CMYK
RGB Variations
Color information
#B6B502 (or 0xB6B502) is known color: La Rioja. HEX triplet: B6, B5 and 02. RGB value is (182,181,2). Sum of RGB (Red+Green+Blue) = 182+181+2=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B502 is #494AFD. Grayscale: #A1A1A1. Windows color (decimal): -4803326 or 177590. OLE color: 177590.
HSL color Cylindrical-coordinate representation of color #B6B502: hue angle of 59.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6B502 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 181 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.29 |
| HSL | 59.67º | 0.98% | 0.36% | - |
| HSV(B) | 59.67º | 0.99% | 0.71% | - |
| XYZ | 35.83 | 43 | 6.47 | - |
| YUV | 160.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 181 | 2 | 0 | 0.01 | 0.99 | 0.29 | 59.67 | 0.98 | 0.36 |
| Hex | B6 | B5 | 2 | 0 | 1 | 63 | 1D | 3C | 62 | 24 |
| Octal | 266 | 265 | 2 | 0 | 1 | 143 | 35 | 74 | 142 | 44 |
| Binary | 10110110 | 10110101 | 10 | 0 | 1 | 1100011 | 11101 | 111100 | 1100010 | 100100 |
Color Harmonies of #B6B502
Complementary color
Monochromatic Colors of #B6B502
Black with #B6B502
Text Example
Text Example
White with #B6B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B502; }
p { color: rgb(182,181,2); }
H1.HeaderClassName
{
color: #B6B502;
}
.AnyTagClassName
{
color: #B6B502;
}
</style>
background-color css
<style>
a { background-color: #B6B502; }
a { background-color: rgb(182,181,2); }
div.DivClassName
{
background-color: #B6B502;
}
.BgClassName
{
background-color: #B6B502;
}
</style>
border-color css
<style>
span { border-color: #B6B502; }
span { border-color: rgb(182,181,2); }
td.TdClassName
{
border-color: #B6B502;
}
.TagClassName
{
border-color: #B6B502;
}
</style>