Shades of La Rioja #B0B506
Tints of La Rioja #B0B506
RGB
CMYK
RGB Variations
Color information
#B0B506 (or 0xB0B506) is known color: La Rioja. HEX triplet: B0, B5 and 06. RGB value is (176,181,6). Sum of RGB (Red+Green+Blue) = 176+181+6=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B506 is #4F4AF9. Grayscale: #A0A0A0. Windows color (decimal): -5196538 or 439728. OLE color: 439728.
HSL color Cylindrical-coordinate representation of color #B0B506: hue angle of 61.71º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0B506 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.29 |
| HSL | 61.71º | 0.94% | 0.37% | - |
| HSV(B) | 61.71º | 0.97% | 0.71% | - |
| XYZ | 34.46 | 42.29 | 6.52 | - |
| YUV | 159.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 6 | 0.03 | 0 | 0.97 | 0.29 | 61.71 | 0.94 | 0.37 |
| Hex | B0 | B5 | 6 | 3 | 0 | 61 | 1D | 3E | 5E | 25 |
| Octal | 260 | 265 | 6 | 3 | 0 | 141 | 35 | 76 | 136 | 45 |
| Binary | 10110000 | 10110101 | 110 | 11 | 0 | 1100001 | 11101 | 111110 | 1011110 | 100101 |
Color Harmonies of #B0B506
Complementary color
Monochromatic Colors of #B0B506
Black with #B0B506
Text Example
Text Example
White with #B0B506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B506; }
p { color: rgb(176,181,6); }
H1.HeaderClassName
{
color: #B0B506;
}
.AnyTagClassName
{
color: #B0B506;
}
</style>
background-color css
<style>
a { background-color: #B0B506; }
a { background-color: rgb(176,181,6); }
div.DivClassName
{
background-color: #B0B506;
}
.BgClassName
{
background-color: #B0B506;
}
</style>
border-color css
<style>
span { border-color: #B0B506; }
span { border-color: rgb(176,181,6); }
td.TdClassName
{
border-color: #B0B506;
}
.TagClassName
{
border-color: #B0B506;
}
</style>