Shades of La Rioja #BBAF07
Tints of La Rioja #BBAF07
RGB
CMYK
RGB Variations
Color information
#BBAF07 (or 0xBBAF07) is known color: La Rioja. HEX triplet: BB, AF and 07. RGB value is (187,175,7). Sum of RGB (Red+Green+Blue) = 187+175+7=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF07 is #4450F8. Grayscale: #A0A0A0. Windows color (decimal): -4477177 or 503739. OLE color: 503739.
HSL color Cylindrical-coordinate representation of color #BBAF07: hue angle of 56º 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 #BBAF07 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 7 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.27 |
| HSL | 56º | 0.93% | 0.38% | - |
| HSV(B) | 56º | 0.96% | 0.73% | - |
| XYZ | 35.86 | 41.24 | 6.27 | - |
| YUV | 159.44 | 41.98 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 7 | 0 | 0.06 | 0.96 | 0.27 | 56 | 0.93 | 0.38 |
| Hex | BB | AF | 7 | 0 | 6 | 60 | 1B | 38 | 5D | 26 |
| Octal | 273 | 257 | 7 | 0 | 6 | 140 | 33 | 70 | 135 | 46 |
| Binary | 10111011 | 10101111 | 111 | 0 | 110 | 1100000 | 11011 | 111000 | 1011101 | 100110 |
Color Harmonies of #BBAF07
Complementary color
Monochromatic Colors of #BBAF07
Black with #BBAF07
Text Example
Text Example
White with #BBAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF07; }
p { color: rgb(187,175,7); }
H1.HeaderClassName
{
color: #BBAF07;
}
.AnyTagClassName
{
color: #BBAF07;
}
</style>
background-color css
<style>
a { background-color: #BBAF07; }
a { background-color: rgb(187,175,7); }
div.DivClassName
{
background-color: #BBAF07;
}
.BgClassName
{
background-color: #BBAF07;
}
</style>
border-color css
<style>
span { border-color: #BBAF07; }
span { border-color: rgb(187,175,7); }
td.TdClassName
{
border-color: #BBAF07;
}
.TagClassName
{
border-color: #BBAF07;
}
</style>