Shades of La Rioja #BBB514
Tints of La Rioja #BBB514
RGB
CMYK
RGB Variations
Color information
#BBB514 (or 0xBBB514) is known color: La Rioja. HEX triplet: BB, B5 and 14. RGB value is (187,181,20). Sum of RGB (Red+Green+Blue) = 187+181+20=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB514 is #444AEB. Grayscale: #A5A5A5. Windows color (decimal): -4475628 or 1357243. OLE color: 1357243.
HSL color Cylindrical-coordinate representation of color #BBB514: hue angle of 57.84º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBB514 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 20 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.27 |
| HSL | 57.84º | 0.81% | 0.41% | - |
| HSV(B) | 57.84º | 0.89% | 0.73% | - |
| XYZ | 37.14 | 43.66 | 7.13 | - |
| YUV | 164.44 | 46.49 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 20 | 0 | 0.03 | 0.89 | 0.27 | 57.84 | 0.81 | 0.41 |
| Hex | BB | B5 | 14 | 0 | 3 | 59 | 1B | 3A | 51 | 29 |
| Octal | 273 | 265 | 24 | 0 | 3 | 131 | 33 | 72 | 121 | 51 |
| Binary | 10111011 | 10110101 | 10100 | 0 | 11 | 1011001 | 11011 | 111010 | 1010001 | 101001 |
Color Harmonies of #BBB514
Complementary color
Monochromatic Colors of #BBB514
Black with #BBB514
Text Example
Text Example
White with #BBB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB514; }
p { color: rgb(187,181,20); }
H1.HeaderClassName
{
color: #BBB514;
}
.AnyTagClassName
{
color: #BBB514;
}
</style>
background-color css
<style>
a { background-color: #BBB514; }
a { background-color: rgb(187,181,20); }
div.DivClassName
{
background-color: #BBB514;
}
.BgClassName
{
background-color: #BBB514;
}
</style>
border-color css
<style>
span { border-color: #BBB514; }
span { border-color: rgb(187,181,20); }
td.TdClassName
{
border-color: #BBB514;
}
.TagClassName
{
border-color: #BBB514;
}
</style>