Shades of La Rioja #B2B507
Tints of La Rioja #B2B507
RGB
CMYK
RGB Variations
Color information
#B2B507 (or 0xB2B507) is known color: La Rioja. HEX triplet: B2, B5 and 07. RGB value is (178,181,7). Sum of RGB (Red+Green+Blue) = 178+181+7=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B507 is #4D4AF8. Grayscale: #A0A0A0. Windows color (decimal): -5065465 or 505266. OLE color: 505266.
HSL color Cylindrical-coordinate representation of color #B2B507: hue angle of 61.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2B507 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.29 |
| HSL | 61.03º | 0.93% | 0.37% | - |
| HSV(B) | 61.03º | 0.96% | 0.71% | - |
| XYZ | 34.92 | 42.53 | 6.57 | - |
| YUV | 160.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 7 | 0.02 | 0 | 0.96 | 0.29 | 61.03 | 0.93 | 0.37 |
| Hex | B2 | B5 | 7 | 2 | 0 | 60 | 1D | 3D | 5D | 25 |
| Octal | 262 | 265 | 7 | 2 | 0 | 140 | 35 | 75 | 135 | 45 |
| Binary | 10110010 | 10110101 | 111 | 10 | 0 | 1100000 | 11101 | 111101 | 1011101 | 100101 |
Color Harmonies of #B2B507
Complementary color
Monochromatic Colors of #B2B507
Black with #B2B507
Text Example
Text Example
White with #B2B507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B507; }
p { color: rgb(178,181,7); }
H1.HeaderClassName
{
color: #B2B507;
}
.AnyTagClassName
{
color: #B2B507;
}
</style>
background-color css
<style>
a { background-color: #B2B507; }
a { background-color: rgb(178,181,7); }
div.DivClassName
{
background-color: #B2B507;
}
.BgClassName
{
background-color: #B2B507;
}
</style>
border-color css
<style>
span { border-color: #B2B507; }
span { border-color: rgb(178,181,7); }
td.TdClassName
{
border-color: #B2B507;
}
.TagClassName
{
border-color: #B2B507;
}
</style>