Shades of La Rioja #B2B406
Tints of La Rioja #B2B406
RGB
CMYK
RGB Variations
Color information
#B2B406 (or 0xB2B406) is known color: La Rioja. HEX triplet: B2, B4 and 06. RGB value is (178,180,6). Sum of RGB (Red+Green+Blue) = 178+180+6=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B406 is #4D4BF9. Grayscale: #A0A0A0. Windows color (decimal): -5065722 or 439474. OLE color: 439474.
HSL color Cylindrical-coordinate representation of color #B2B406: hue angle of 60.69º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2B406 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 6 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.29 |
| HSL | 60.69º | 0.94% | 0.36% | - |
| HSV(B) | 60.69º | 0.97% | 0.71% | - |
| XYZ | 34.71 | 42.12 | 6.47 | - |
| YUV | 159.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 6 | 0.01 | 0 | 0.97 | 0.29 | 60.69 | 0.94 | 0.36 |
| Hex | B2 | B4 | 6 | 1 | 0 | 61 | 1D | 3D | 5E | 24 |
| Octal | 262 | 264 | 6 | 1 | 0 | 141 | 35 | 75 | 136 | 44 |
| Binary | 10110010 | 10110100 | 110 | 1 | 0 | 1100001 | 11101 | 111101 | 1011110 | 100100 |
Color Harmonies of #B2B406
Complementary color
Monochromatic Colors of #B2B406
Black with #B2B406
Text Example
Text Example
White with #B2B406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B406; }
p { color: rgb(178,180,6); }
H1.HeaderClassName
{
color: #B2B406;
}
.AnyTagClassName
{
color: #B2B406;
}
</style>
background-color css
<style>
a { background-color: #B2B406; }
a { background-color: rgb(178,180,6); }
div.DivClassName
{
background-color: #B2B406;
}
.BgClassName
{
background-color: #B2B406;
}
</style>
border-color css
<style>
span { border-color: #B2B406; }
span { border-color: rgb(178,180,6); }
td.TdClassName
{
border-color: #B2B406;
}
.TagClassName
{
border-color: #B2B406;
}
</style>