Shades of La Rioja #B6B813
Tints of La Rioja #B6B813
RGB
CMYK
RGB Variations
Color information
#B6B813 (or 0xB6B813) is known color: La Rioja. HEX triplet: B6, B8 and 13. RGB value is (182,184,19). Sum of RGB (Red+Green+Blue) = 182+184+19=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B813 is #4947EC. Grayscale: #A5A5A5. Windows color (decimal): -4802541 or 1292470. OLE color: 1292470.
HSL color Cylindrical-coordinate representation of color #B6B813: hue angle of 60.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6B813 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 184 | 19 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.28 |
| HSL | 60.73º | 0.81% | 0.4% | - |
| HSV(B) | 60.73º | 0.9% | 0.72% | - |
| XYZ | 36.55 | 44.27 | 7.24 | - |
| YUV | 164.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 19 | 0.01 | 0 | 0.90 | 0.28 | 60.73 | 0.81 | 0.4 |
| Hex | B6 | B8 | 13 | 1 | 0 | 5A | 1C | 3D | 51 | 28 |
| Octal | 266 | 270 | 23 | 1 | 0 | 132 | 34 | 75 | 121 | 50 |
| Binary | 10110110 | 10111000 | 10011 | 1 | 0 | 1011010 | 11100 | 111101 | 1010001 | 101000 |
Color Harmonies of #B6B813
Complementary color
Monochromatic Colors of #B6B813
Black with #B6B813
Text Example
Text Example
White with #B6B813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B813; }
p { color: rgb(182,184,19); }
H1.HeaderClassName
{
color: #B6B813;
}
.AnyTagClassName
{
color: #B6B813;
}
</style>
background-color css
<style>
a { background-color: #B6B813; }
a { background-color: rgb(182,184,19); }
div.DivClassName
{
background-color: #B6B813;
}
.BgClassName
{
background-color: #B6B813;
}
</style>
border-color css
<style>
span { border-color: #B6B813; }
span { border-color: rgb(182,184,19); }
td.TdClassName
{
border-color: #B6B813;
}
.TagClassName
{
border-color: #B6B813;
}
</style>