Shades of La Rioja #B8B70A
Tints of La Rioja #B8B70A
RGB
CMYK
RGB Variations
Color information
#B8B70A (or 0xB8B70A) is known color: La Rioja. HEX triplet: B8, B7 and 0A. RGB value is (184,183,10). Sum of RGB (Red+Green+Blue) = 184+183+10=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B70A is #4748F5. Grayscale: #A4A4A4. Windows color (decimal): -4671734 or 702392. OLE color: 702392.
HSL color Cylindrical-coordinate representation of color #B8B70A: hue angle of 59.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8B70A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.28 |
| HSL | 59.66º | 0.9% | 0.38% | - |
| HSV(B) | 59.66º | 0.95% | 0.72% | - |
| XYZ | 36.76 | 44.08 | 6.86 | - |
| YUV | 163.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 10 | 0 | 0.01 | 0.95 | 0.28 | 59.66 | 0.9 | 0.38 |
| Hex | B8 | B7 | A | 0 | 1 | 5F | 1C | 3C | 5A | 26 |
| Octal | 270 | 267 | 12 | 0 | 1 | 137 | 34 | 74 | 132 | 46 |
| Binary | 10111000 | 10110111 | 1010 | 0 | 1 | 1011111 | 11100 | 111100 | 1011010 | 100110 |
Color Harmonies of #B8B70A
Complementary color
Monochromatic Colors of #B8B70A
Black with #B8B70A
Text Example
Text Example
White with #B8B70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B70A; }
p { color: rgb(184,183,10); }
H1.HeaderClassName
{
color: #B8B70A;
}
.AnyTagClassName
{
color: #B8B70A;
}
</style>
background-color css
<style>
a { background-color: #B8B70A; }
a { background-color: rgb(184,183,10); }
div.DivClassName
{
background-color: #B8B70A;
}
.BgClassName
{
background-color: #B8B70A;
}
</style>
border-color css
<style>
span { border-color: #B8B70A; }
span { border-color: rgb(184,183,10); }
td.TdClassName
{
border-color: #B8B70A;
}
.TagClassName
{
border-color: #B8B70A;
}
</style>