Shades of La Rioja #BBB802
Tints of La Rioja #BBB802
RGB
CMYK
RGB Variations
Color information
#BBB802 (or 0xBBB802) is known color: La Rioja. HEX triplet: BB, B8 and 02. RGB value is (187,184,2). Sum of RGB (Red+Green+Blue) = 187+184+2=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB802 is #4447FD. Grayscale: #A4A4A4. Windows color (decimal): -4474878 or 178363. OLE color: 178363.
HSL color Cylindrical-coordinate representation of color #BBB802: hue angle of 59.03º degrees, saturation: 0.98, 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 #BBB802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.27 |
| HSL | 59.03º | 0.98% | 0.37% | - |
| HSV(B) | 59.03º | 0.99% | 0.73% | - |
| XYZ | 37.64 | 44.85 | 6.73 | - |
| YUV | 164.15 | 36.49 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 2 | 0 | 0.02 | 0.99 | 0.27 | 59.03 | 0.98 | 0.37 |
| Hex | BB | B8 | 2 | 0 | 2 | 63 | 1B | 3B | 62 | 25 |
| Octal | 273 | 270 | 2 | 0 | 2 | 143 | 33 | 73 | 142 | 45 |
| Binary | 10111011 | 10111000 | 10 | 0 | 10 | 1100011 | 11011 | 111011 | 1100010 | 100101 |
Color Harmonies of #BBB802
Complementary color
Monochromatic Colors of #BBB802
Black with #BBB802
Text Example
Text Example
White with #BBB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB802; }
p { color: rgb(187,184,2); }
H1.HeaderClassName
{
color: #BBB802;
}
.AnyTagClassName
{
color: #BBB802;
}
</style>
background-color css
<style>
a { background-color: #BBB802; }
a { background-color: rgb(187,184,2); }
div.DivClassName
{
background-color: #BBB802;
}
.BgClassName
{
background-color: #BBB802;
}
</style>
border-color css
<style>
span { border-color: #BBB802; }
span { border-color: rgb(187,184,2); }
td.TdClassName
{
border-color: #BBB802;
}
.TagClassName
{
border-color: #BBB802;
}
</style>