Shades of La Rioja #BBB614
Tints of La Rioja #BBB614
RGB
CMYK
RGB Variations
Color information
#BBB614 (or 0xBBB614) is known color: La Rioja. HEX triplet: BB, B6 and 14. RGB value is (187,182,20). Sum of RGB (Red+Green+Blue) = 187+182+20=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB614 is #4449EB. Grayscale: #A5A5A5. Windows color (decimal): -4475372 or 1357499. OLE color: 1357499.
HSL color Cylindrical-coordinate representation of color #BBB614: hue angle of 58.2º 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 #BBB614 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 20 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.27 |
| HSL | 58.2º | 0.81% | 0.41% | - |
| HSV(B) | 58.2º | 0.89% | 0.73% | - |
| XYZ | 37.35 | 44.07 | 7.2 | - |
| YUV | 165.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 20 | 0 | 0.03 | 0.89 | 0.27 | 58.2 | 0.81 | 0.41 |
| Hex | BB | B6 | 14 | 0 | 3 | 59 | 1B | 3A | 51 | 29 |
| Octal | 273 | 266 | 24 | 0 | 3 | 131 | 33 | 72 | 121 | 51 |
| Binary | 10111011 | 10110110 | 10100 | 0 | 11 | 1011001 | 11011 | 111010 | 1010001 | 101001 |
Color Harmonies of #BBB614
Complementary color
Monochromatic Colors of #BBB614
Black with #BBB614
Text Example
Text Example
White with #BBB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB614; }
p { color: rgb(187,182,20); }
H1.HeaderClassName
{
color: #BBB614;
}
.AnyTagClassName
{
color: #BBB614;
}
</style>
background-color css
<style>
a { background-color: #BBB614; }
a { background-color: rgb(187,182,20); }
div.DivClassName
{
background-color: #BBB614;
}
.BgClassName
{
background-color: #BBB614;
}
</style>
border-color css
<style>
span { border-color: #BBB614; }
span { border-color: rgb(187,182,20); }
td.TdClassName
{
border-color: #BBB614;
}
.TagClassName
{
border-color: #BBB614;
}
</style>