Shades of La Rioja #BBB301
Tints of La Rioja #BBB301
RGB
CMYK
RGB Variations
Color information
#BBB301 (or 0xBBB301) is known color: La Rioja. HEX triplet: BB, B3 and 01. RGB value is (187,179,1). Sum of RGB (Red+Green+Blue) = 187+179+1=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB301 is #444CFE. Grayscale: #A1A1A1. Windows color (decimal): -4476159 or 111547. OLE color: 111547.
HSL color Cylindrical-coordinate representation of color #BBB301: hue angle of 57.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBB301 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.27 |
| HSL | 57.42º | 0.99% | 0.37% | - |
| HSV(B) | 57.42º | 0.99% | 0.73% | - |
| XYZ | 36.62 | 42.81 | 6.36 | - |
| YUV | 161.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 1 | 0 | 0.04 | 0.99 | 0.27 | 57.42 | 0.99 | 0.37 |
| Hex | BB | B3 | 1 | 0 | 4 | 63 | 1B | 39 | 63 | 25 |
| Octal | 273 | 263 | 1 | 0 | 4 | 143 | 33 | 71 | 143 | 45 |
| Binary | 10111011 | 10110011 | 1 | 0 | 100 | 1100011 | 11011 | 111001 | 1100011 | 100101 |
Color Harmonies of #BBB301
Complementary color
Monochromatic Colors of #BBB301
Black with #BBB301
Text Example
Text Example
White with #BBB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB301; }
p { color: rgb(187,179,1); }
H1.HeaderClassName
{
color: #BBB301;
}
.AnyTagClassName
{
color: #BBB301;
}
</style>
background-color css
<style>
a { background-color: #BBB301; }
a { background-color: rgb(187,179,1); }
div.DivClassName
{
background-color: #BBB301;
}
.BgClassName
{
background-color: #BBB301;
}
</style>
border-color css
<style>
span { border-color: #BBB301; }
span { border-color: rgb(187,179,1); }
td.TdClassName
{
border-color: #BBB301;
}
.TagClassName
{
border-color: #BBB301;
}
</style>