Shades of La Rioja #BFBB07
Tints of La Rioja #BFBB07
RGB
CMYK
RGB Variations
Color information
#BFBB07 (or 0xBFBB07) is known color: La Rioja. HEX triplet: BF, BB and 07. RGB value is (191,187,7). Sum of RGB (Red+Green+Blue) = 191+187+7=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB07 is #4044F8. Grayscale: #A8A8A8. Windows color (decimal): -4211961 or 506815. OLE color: 506815.
HSL color Cylindrical-coordinate representation of color #BFBB07: hue angle of 58.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFBB07 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 7 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.25 |
| HSL | 58.7º | 0.93% | 0.39% | - |
| HSV(B) | 58.7º | 0.96% | 0.75% | - |
| XYZ | 39.29 | 46.63 | 7.13 | - |
| YUV | 167.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 7 | 0 | 0.02 | 0.96 | 0.25 | 58.7 | 0.93 | 0.39 |
| Hex | BF | BB | 7 | 0 | 2 | 60 | 19 | 3B | 5D | 27 |
| Octal | 277 | 273 | 7 | 0 | 2 | 140 | 31 | 73 | 135 | 47 |
| Binary | 10111111 | 10111011 | 111 | 0 | 10 | 1100000 | 11001 | 111011 | 1011101 | 100111 |
Color Harmonies of #BFBB07
Complementary color
Monochromatic Colors of #BFBB07
Black with #BFBB07
Text Example
Text Example
White with #BFBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB07; }
p { color: rgb(191,187,7); }
H1.HeaderClassName
{
color: #BFBB07;
}
.AnyTagClassName
{
color: #BFBB07;
}
</style>
background-color css
<style>
a { background-color: #BFBB07; }
a { background-color: rgb(191,187,7); }
div.DivClassName
{
background-color: #BFBB07;
}
.BgClassName
{
background-color: #BFBB07;
}
</style>
border-color css
<style>
span { border-color: #BFBB07; }
span { border-color: rgb(191,187,7); }
td.TdClassName
{
border-color: #BFBB07;
}
.TagClassName
{
border-color: #BFBB07;
}
</style>