Shades of La Rioja #B2B704
Tints of La Rioja #B2B704
RGB
CMYK
RGB Variations
Color information
#B2B704 (or 0xB2B704) is known color: La Rioja. HEX triplet: B2, B7 and 04. RGB value is (178,183,4). Sum of RGB (Red+Green+Blue) = 178+183+4=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B704 is #4D48FB. Grayscale: #A1A1A1. Windows color (decimal): -5064956 or 309170. OLE color: 309170.
HSL color Cylindrical-coordinate representation of color #B2B704: hue angle of 61.68º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2B704 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.28 |
| HSL | 61.68º | 0.96% | 0.37% | - |
| HSV(B) | 61.68º | 0.98% | 0.72% | - |
| XYZ | 35.32 | 43.34 | 6.62 | - |
| YUV | 161.1 | 39.34 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 4 | 0.03 | 0 | 0.98 | 0.28 | 61.68 | 0.96 | 0.37 |
| Hex | B2 | B7 | 4 | 3 | 0 | 62 | 1C | 3E | 60 | 25 |
| Octal | 262 | 267 | 4 | 3 | 0 | 142 | 34 | 76 | 140 | 45 |
| Binary | 10110010 | 10110111 | 100 | 11 | 0 | 1100010 | 11100 | 111110 | 1100000 | 100101 |
Color Harmonies of #B2B704
Complementary color
Monochromatic Colors of #B2B704
Black with #B2B704
Text Example
Text Example
White with #B2B704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B704; }
p { color: rgb(178,183,4); }
H1.HeaderClassName
{
color: #B2B704;
}
.AnyTagClassName
{
color: #B2B704;
}
</style>
background-color css
<style>
a { background-color: #B2B704; }
a { background-color: rgb(178,183,4); }
div.DivClassName
{
background-color: #B2B704;
}
.BgClassName
{
background-color: #B2B704;
}
</style>
border-color css
<style>
span { border-color: #B2B704; }
span { border-color: rgb(178,183,4); }
td.TdClassName
{
border-color: #B2B704;
}
.TagClassName
{
border-color: #B2B704;
}
</style>