Shades of La Rioja #BBB700
Tints of La Rioja #BBB700
RGB
CMYK
RGB Variations
Color information
#BBB700 (or 0xBBB700) is known color: La Rioja. HEX triplet: BB, B7 and 00. RGB value is (187,183,0). Sum of RGB (Red+Green+Blue) = 187+183+0=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB700 is #4448FF. Grayscale: #A4A4A4. Windows color (decimal): -4475136 or 47035. OLE color: 47035.
HSL color Cylindrical-coordinate representation of color #BBB700: hue angle of 58.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBB700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.27 |
| HSL | 58.72º | 1% | 0.37% | - |
| HSV(B) | 58.72º | 1% | 0.73% | - |
| XYZ | 37.43 | 44.43 | 6.6 | - |
| YUV | 163.33 | 35.83 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 0 | 0 | 0.02 | 1 | 0.27 | 58.72 | 1 | 0.37 |
| Hex | BB | B7 | 0 | 0 | 2 | 64 | 1B | 3B | 64 | 25 |
| Octal | 273 | 267 | 0 | 0 | 2 | 144 | 33 | 73 | 144 | 45 |
| Binary | 10111011 | 10110111 | 0 | 0 | 10 | 1100100 | 11011 | 111011 | 1100100 | 100101 |
Color Harmonies of #BBB700
Complementary color
Monochromatic Colors of #BBB700
Black with #BBB700
Text Example
Text Example
White with #BBB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB700; }
p { color: rgb(187,183,0); }
H1.HeaderClassName
{
color: #BBB700;
}
.AnyTagClassName
{
color: #BBB700;
}
</style>
background-color css
<style>
a { background-color: #BBB700; }
a { background-color: rgb(187,183,0); }
div.DivClassName
{
background-color: #BBB700;
}
.BgClassName
{
background-color: #BBB700;
}
</style>
border-color css
<style>
span { border-color: #BBB700; }
span { border-color: rgb(187,183,0); }
td.TdClassName
{
border-color: #BBB700;
}
.TagClassName
{
border-color: #BBB700;
}
</style>