Shades of La Rioja #B8B010
Tints of La Rioja #B8B010
RGB
CMYK
RGB Variations
Color information
#B8B010 (or 0xB8B010) is known color: La Rioja. HEX triplet: B8, B0 and 10. RGB value is (184,176,16). Sum of RGB (Red+Green+Blue) = 184+176+16=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8B010 is #474FEF. Grayscale: #A0A0A0. Windows color (decimal): -4673520 or 1093816. OLE color: 1093816.
HSL color Cylindrical-coordinate representation of color #B8B010: hue angle of 57.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8B010 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 16 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.28 |
| HSL | 57.14º | 0.84% | 0.39% | - |
| HSV(B) | 57.14º | 0.91% | 0.72% | - |
| XYZ | 35.39 | 41.28 | 6.59 | - |
| YUV | 160.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 16 | 0 | 0.04 | 0.91 | 0.28 | 57.14 | 0.84 | 0.39 |
| Hex | B8 | B0 | 10 | 0 | 4 | 5B | 1C | 39 | 54 | 27 |
| Octal | 270 | 260 | 20 | 0 | 4 | 133 | 34 | 71 | 124 | 47 |
| Binary | 10111000 | 10110000 | 10000 | 0 | 100 | 1011011 | 11100 | 111001 | 1010100 | 100111 |
Color Harmonies of #B8B010
Complementary color
Monochromatic Colors of #B8B010
Black with #B8B010
Text Example
Text Example
White with #B8B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B010; }
p { color: rgb(184,176,16); }
H1.HeaderClassName
{
color: #B8B010;
}
.AnyTagClassName
{
color: #B8B010;
}
</style>
background-color css
<style>
a { background-color: #B8B010; }
a { background-color: rgb(184,176,16); }
div.DivClassName
{
background-color: #B8B010;
}
.BgClassName
{
background-color: #B8B010;
}
</style>
border-color css
<style>
span { border-color: #B8B010; }
span { border-color: rgb(184,176,16); }
td.TdClassName
{
border-color: #B8B010;
}
.TagClassName
{
border-color: #B8B010;
}
</style>