Shades of La Rioja #B8B704
Tints of La Rioja #B8B704
RGB
CMYK
RGB Variations
Color information
#B8B704 (or 0xB8B704) is known color: La Rioja. HEX triplet: B8, B7 and 04. RGB value is (184,183,4). Sum of RGB (Red+Green+Blue) = 184+183+4=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B704 is #4748FB. Grayscale: #A3A3A3. Windows color (decimal): -4671740 or 309176. OLE color: 309176.
HSL color Cylindrical-coordinate representation of color #B8B704: hue angle of 59.67º 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 #B8B704 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.28 |
| HSL | 59.67º | 0.96% | 0.37% | - |
| HSV(B) | 59.67º | 0.98% | 0.72% | - |
| XYZ | 36.72 | 44.07 | 6.68 | - |
| YUV | 162.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 4 | 0 | 0.01 | 0.98 | 0.28 | 59.67 | 0.96 | 0.37 |
| Hex | B8 | B7 | 4 | 0 | 1 | 62 | 1C | 3C | 60 | 25 |
| Octal | 270 | 267 | 4 | 0 | 1 | 142 | 34 | 74 | 140 | 45 |
| Binary | 10111000 | 10110111 | 100 | 0 | 1 | 1100010 | 11100 | 111100 | 1100000 | 100101 |
Color Harmonies of #B8B704
Complementary color
Monochromatic Colors of #B8B704
Black with #B8B704
Text Example
Text Example
White with #B8B704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B704; }
p { color: rgb(184,183,4); }
H1.HeaderClassName
{
color: #B8B704;
}
.AnyTagClassName
{
color: #B8B704;
}
</style>
background-color css
<style>
a { background-color: #B8B704; }
a { background-color: rgb(184,183,4); }
div.DivClassName
{
background-color: #B8B704;
}
.BgClassName
{
background-color: #B8B704;
}
</style>
border-color css
<style>
span { border-color: #B8B704; }
span { border-color: rgb(184,183,4); }
td.TdClassName
{
border-color: #B8B704;
}
.TagClassName
{
border-color: #B8B704;
}
</style>