Shades of La Rioja #B8B301
Tints of La Rioja #B8B301
RGB
CMYK
RGB Variations
Color information
#B8B301 (or 0xB8B301) is known color: La Rioja. HEX triplet: B8, B3 and 01. RGB value is (184,179,1). Sum of RGB (Red+Green+Blue) = 184+179+1=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B301 is #474CFE. Grayscale: #A0A0A0. Windows color (decimal): -4672767 or 111544. OLE color: 111544.
HSL color Cylindrical-coordinate representation of color #B8B301: hue angle of 58.36º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8B301 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.28 |
| HSL | 58.36º | 0.99% | 0.36% | - |
| HSV(B) | 58.36º | 0.99% | 0.72% | - |
| XYZ | 35.89 | 42.43 | 6.33 | - |
| YUV | 160.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 1 | 0 | 0.03 | 0.99 | 0.28 | 58.36 | 0.99 | 0.36 |
| Hex | B8 | B3 | 1 | 0 | 3 | 63 | 1C | 3A | 63 | 24 |
| Octal | 270 | 263 | 1 | 0 | 3 | 143 | 34 | 72 | 143 | 44 |
| Binary | 10111000 | 10110011 | 1 | 0 | 11 | 1100011 | 11100 | 111010 | 1100011 | 100100 |
Color Harmonies of #B8B301
Complementary color
Monochromatic Colors of #B8B301
Black with #B8B301
Text Example
Text Example
White with #B8B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B301; }
p { color: rgb(184,179,1); }
H1.HeaderClassName
{
color: #B8B301;
}
.AnyTagClassName
{
color: #B8B301;
}
</style>
background-color css
<style>
a { background-color: #B8B301; }
a { background-color: rgb(184,179,1); }
div.DivClassName
{
background-color: #B8B301;
}
.BgClassName
{
background-color: #B8B301;
}
</style>
border-color css
<style>
span { border-color: #B8B301; }
span { border-color: rgb(184,179,1); }
td.TdClassName
{
border-color: #B8B301;
}
.TagClassName
{
border-color: #B8B301;
}
</style>