Shades of La Rioja #B6B613
Tints of La Rioja #B6B613
RGB
CMYK
RGB Variations
Color information
#B6B613 (or 0xB6B613) is known color: La Rioja. HEX triplet: B6, B6 and 13. RGB value is (182,182,19). Sum of RGB (Red+Green+Blue) = 182+182+19=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B613 is #4949EC. Grayscale: #A4A4A4. Windows color (decimal): -4803053 or 1291958. OLE color: 1291958.
HSL color Cylindrical-coordinate representation of color #B6B613: hue angle of 60º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6B613 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 182 | 19 | - |
| CMYK | 0 | 0 | 0.90 | 0.29 |
| HSL | 60º | 0.81% | 0.39% | - |
| HSV(B) | 60º | 0.9% | 0.71% | - |
| XYZ | 36.14 | 43.45 | 7.1 | - |
| YUV | 163.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 182 | 19 | 0 | 0 | 0.90 | 0.29 | 60 | 0.81 | 0.39 |
| Hex | B6 | B6 | 13 | 0 | 0 | 5A | 1D | 3C | 51 | 27 |
| Octal | 266 | 266 | 23 | 0 | 0 | 132 | 35 | 74 | 121 | 47 |
| Binary | 10110110 | 10110110 | 10011 | 0 | 0 | 1011010 | 11101 | 111100 | 1010001 | 100111 |
Color Harmonies of #B6B613
Complementary color
Monochromatic Colors of #B6B613
Black with #B6B613
Text Example
Text Example
White with #B6B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B613; }
p { color: rgb(182,182,19); }
H1.HeaderClassName
{
color: #B6B613;
}
.AnyTagClassName
{
color: #B6B613;
}
</style>
background-color css
<style>
a { background-color: #B6B613; }
a { background-color: rgb(182,182,19); }
div.DivClassName
{
background-color: #B6B613;
}
.BgClassName
{
background-color: #B6B613;
}
</style>
border-color css
<style>
span { border-color: #B6B613; }
span { border-color: rgb(182,182,19); }
td.TdClassName
{
border-color: #B6B613;
}
.TagClassName
{
border-color: #B6B613;
}
</style>