Shades of La Rioja #BBB701
Tints of La Rioja #BBB701
RGB
CMYK
RGB Variations
Color information
#BBB701 (or 0xBBB701) is known color: La Rioja. HEX triplet: BB, B7 and 01. RGB value is (187,183,1). Sum of RGB (Red+Green+Blue) = 187+183+1=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB701 is #4448FE. Grayscale: #A4A4A4. Windows color (decimal): -4475135 or 112571. OLE color: 112571.
HSL color Cylindrical-coordinate representation of color #BBB701: hue angle of 58.71º 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 #BBB701 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.27 |
| HSL | 58.71º | 0.99% | 0.37% | - |
| HSV(B) | 58.71º | 0.99% | 0.73% | - |
| XYZ | 37.43 | 44.43 | 6.63 | - |
| YUV | 163.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 1 | 0 | 0.02 | 0.99 | 0.27 | 58.71 | 0.99 | 0.37 |
| Hex | BB | B7 | 1 | 0 | 2 | 63 | 1B | 3B | 63 | 25 |
| Octal | 273 | 267 | 1 | 0 | 2 | 143 | 33 | 73 | 143 | 45 |
| Binary | 10111011 | 10110111 | 1 | 0 | 10 | 1100011 | 11011 | 111011 | 1100011 | 100101 |
Color Harmonies of #BBB701
Complementary color
Monochromatic Colors of #BBB701
Black with #BBB701
Text Example
Text Example
White with #BBB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB701; }
p { color: rgb(187,183,1); }
H1.HeaderClassName
{
color: #BBB701;
}
.AnyTagClassName
{
color: #BBB701;
}
</style>
background-color css
<style>
a { background-color: #BBB701; }
a { background-color: rgb(187,183,1); }
div.DivClassName
{
background-color: #BBB701;
}
.BgClassName
{
background-color: #BBB701;
}
</style>
border-color css
<style>
span { border-color: #BBB701; }
span { border-color: rgb(187,183,1); }
td.TdClassName
{
border-color: #BBB701;
}
.TagClassName
{
border-color: #BBB701;
}
</style>