Shades of La Rioja #B8A900
Tints of La Rioja #B8A900
RGB
CMYK
RGB Variations
Color information
#B8A900 (or 0xB8A900) is known color: La Rioja. HEX triplet: B8, A9 and 00. RGB value is (184,169,0). Sum of RGB (Red+Green+Blue) = 184+169+0=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A900 is #4756FF. Grayscale: #9A9A9A. Windows color (decimal): -4675328 or 43448. OLE color: 43448.
HSL color Cylindrical-coordinate representation of color #B8A900: hue angle of 55.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8A900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.28 |
| HSL | 55.11º | 1% | 0.36% | - |
| HSV(B) | 55.11º | 1% | 0.72% | - |
| XYZ | 33.96 | 38.57 | 5.65 | - |
| YUV | 154.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 0 | 0 | 0.08 | 1 | 0.28 | 55.11 | 1 | 0.36 |
| Hex | B8 | A9 | 0 | 0 | 8 | 64 | 1C | 37 | 64 | 24 |
| Octal | 270 | 251 | 0 | 0 | 10 | 144 | 34 | 67 | 144 | 44 |
| Binary | 10111000 | 10101001 | 0 | 0 | 1000 | 1100100 | 11100 | 110111 | 1100100 | 100100 |
Color Harmonies of #B8A900
Complementary color
Monochromatic Colors of #B8A900
Black with #B8A900
Text Example
Text Example
White with #B8A900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A900; }
p { color: rgb(184,169,0); }
H1.HeaderClassName
{
color: #B8A900;
}
.AnyTagClassName
{
color: #B8A900;
}
</style>
background-color css
<style>
a { background-color: #B8A900; }
a { background-color: rgb(184,169,0); }
div.DivClassName
{
background-color: #B8A900;
}
.BgClassName
{
background-color: #B8A900;
}
</style>
border-color css
<style>
span { border-color: #B8A900; }
span { border-color: rgb(184,169,0); }
td.TdClassName
{
border-color: #B8A900;
}
.TagClassName
{
border-color: #B8A900;
}
</style>