Shades of La Rioja #BBAC07
Tints of La Rioja #BBAC07
RGB
CMYK
RGB Variations
Color information
#BBAC07 (or 0xBBAC07) is known color: La Rioja. HEX triplet: BB, AC and 07. RGB value is (187,172,7). Sum of RGB (Red+Green+Blue) = 187+172+7=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC07 is #4453F8. Grayscale: #9E9E9E. Windows color (decimal): -4477945 or 502971. OLE color: 502971.
HSL color Cylindrical-coordinate representation of color #BBAC07: hue angle of 55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBAC07 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.27 |
| HSL | 55º | 0.93% | 0.38% | - |
| HSV(B) | 55º | 0.96% | 0.73% | - |
| XYZ | 35.28 | 40.09 | 6.08 | - |
| YUV | 157.68 | 42.97 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 7 | 0 | 0.08 | 0.96 | 0.27 | 55 | 0.93 | 0.38 |
| Hex | BB | AC | 7 | 0 | 8 | 60 | 1B | 37 | 5D | 26 |
| Octal | 273 | 254 | 7 | 0 | 10 | 140 | 33 | 67 | 135 | 46 |
| Binary | 10111011 | 10101100 | 111 | 0 | 1000 | 1100000 | 11011 | 110111 | 1011101 | 100110 |
Color Harmonies of #BBAC07
Complementary color
Monochromatic Colors of #BBAC07
Black with #BBAC07
Text Example
Text Example
White with #BBAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC07; }
p { color: rgb(187,172,7); }
H1.HeaderClassName
{
color: #BBAC07;
}
.AnyTagClassName
{
color: #BBAC07;
}
</style>
background-color css
<style>
a { background-color: #BBAC07; }
a { background-color: rgb(187,172,7); }
div.DivClassName
{
background-color: #BBAC07;
}
.BgClassName
{
background-color: #BBAC07;
}
</style>
border-color css
<style>
span { border-color: #BBAC07; }
span { border-color: rgb(187,172,7); }
td.TdClassName
{
border-color: #BBAC07;
}
.TagClassName
{
border-color: #BBAC07;
}
</style>