Shades of La Rioja #BBBA17
Tints of La Rioja #BBBA17
RGB
CMYK
RGB Variations
Color information
#BBBA17 (or 0xBBBA17) is known color: La Rioja. HEX triplet: BB, BA and 17. RGB value is (187,186,23). Sum of RGB (Red+Green+Blue) = 187+186+23=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA17 is #4445E8. Grayscale: #A8A8A8. Windows color (decimal): -4474345 or 1555131. OLE color: 1555131.
HSL color Cylindrical-coordinate representation of color #BBBA17: hue angle of 59.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBBA17 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 23 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.27 |
| HSL | 59.63º | 0.78% | 0.41% | - |
| HSV(B) | 59.63º | 0.88% | 0.73% | - |
| XYZ | 38.21 | 45.74 | 7.63 | - |
| YUV | 167.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 23 | 0 | 0.01 | 0.88 | 0.27 | 59.63 | 0.78 | 0.41 |
| Hex | BB | BA | 17 | 0 | 1 | 58 | 1B | 3C | 4E | 29 |
| Octal | 273 | 272 | 27 | 0 | 1 | 130 | 33 | 74 | 116 | 51 |
| Binary | 10111011 | 10111010 | 10111 | 0 | 1 | 1011000 | 11011 | 111100 | 1001110 | 101001 |
Color Harmonies of #BBBA17
Complementary color
Monochromatic Colors of #BBBA17
Black with #BBBA17
Text Example
Text Example
White with #BBBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA17; }
p { color: rgb(187,186,23); }
H1.HeaderClassName
{
color: #BBBA17;
}
.AnyTagClassName
{
color: #BBBA17;
}
</style>
background-color css
<style>
a { background-color: #BBBA17; }
a { background-color: rgb(187,186,23); }
div.DivClassName
{
background-color: #BBBA17;
}
.BgClassName
{
background-color: #BBBA17;
}
</style>
border-color css
<style>
span { border-color: #BBBA17; }
span { border-color: rgb(187,186,23); }
td.TdClassName
{
border-color: #BBBA17;
}
.TagClassName
{
border-color: #BBBA17;
}
</style>