Shades of La Rioja #B2B407
Tints of La Rioja #B2B407
RGB
CMYK
RGB Variations
Color information
#B2B407 (or 0xB2B407) is known color: La Rioja. HEX triplet: B2, B4 and 07. RGB value is (178,180,7). Sum of RGB (Red+Green+Blue) = 178+180+7=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B407 is #4D4BF8. Grayscale: #A0A0A0. Windows color (decimal): -5065721 or 505010. OLE color: 505010.
HSL color Cylindrical-coordinate representation of color #B2B407: hue angle of 60.69º 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 #B2B407 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 7 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.29 |
| HSL | 60.69º | 0.93% | 0.37% | - |
| HSV(B) | 60.69º | 0.96% | 0.71% | - |
| XYZ | 34.72 | 42.12 | 6.5 | - |
| YUV | 159.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 7 | 0.01 | 0 | 0.96 | 0.29 | 60.69 | 0.93 | 0.37 |
| Hex | B2 | B4 | 7 | 1 | 0 | 60 | 1D | 3D | 5D | 25 |
| Octal | 262 | 264 | 7 | 1 | 0 | 140 | 35 | 75 | 135 | 45 |
| Binary | 10110010 | 10110100 | 111 | 1 | 0 | 1100000 | 11101 | 111101 | 1011101 | 100101 |
Color Harmonies of #B2B407
Complementary color
Monochromatic Colors of #B2B407
Black with #B2B407
Text Example
Text Example
White with #B2B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B407; }
p { color: rgb(178,180,7); }
H1.HeaderClassName
{
color: #B2B407;
}
.AnyTagClassName
{
color: #B2B407;
}
</style>
background-color css
<style>
a { background-color: #B2B407; }
a { background-color: rgb(178,180,7); }
div.DivClassName
{
background-color: #B2B407;
}
.BgClassName
{
background-color: #B2B407;
}
</style>
border-color css
<style>
span { border-color: #B2B407; }
span { border-color: rgb(178,180,7); }
td.TdClassName
{
border-color: #B2B407;
}
.TagClassName
{
border-color: #B2B407;
}
</style>