Shades of La Rioja #BFAB09
Tints of La Rioja #BFAB09
RGB
CMYK
RGB Variations
Color information
#BFAB09 (or 0xBFAB09) is known color: La Rioja. HEX triplet: BF, AB and 09. RGB value is (191,171,9). Sum of RGB (Red+Green+Blue) = 191+171+9=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB09 is #4054F6. Grayscale: #9F9F9F. Windows color (decimal): -4216055 or 633791. OLE color: 633791.
HSL color Cylindrical-coordinate representation of color #BFAB09: hue angle of 53.41º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFAB09 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 9 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.25 |
| HSL | 53.41º | 0.91% | 0.39% | - |
| HSV(B) | 53.41º | 0.95% | 0.75% | - |
| XYZ | 36.1 | 40.22 | 6.12 | - |
| YUV | 158.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 9 | 0 | 0.10 | 0.95 | 0.25 | 53.41 | 0.91 | 0.39 |
| Hex | BF | AB | 9 | 0 | A | 5F | 19 | 35 | 5B | 27 |
| Octal | 277 | 253 | 11 | 0 | 12 | 137 | 31 | 65 | 133 | 47 |
| Binary | 10111111 | 10101011 | 1001 | 0 | 1010 | 1011111 | 11001 | 110101 | 1011011 | 100111 |
Color Harmonies of #BFAB09
Complementary color
Monochromatic Colors of #BFAB09
Black with #BFAB09
Text Example
Text Example
White with #BFAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB09; }
p { color: rgb(191,171,9); }
H1.HeaderClassName
{
color: #BFAB09;
}
.AnyTagClassName
{
color: #BFAB09;
}
</style>
background-color css
<style>
a { background-color: #BFAB09; }
a { background-color: rgb(191,171,9); }
div.DivClassName
{
background-color: #BFAB09;
}
.BgClassName
{
background-color: #BFAB09;
}
</style>
border-color css
<style>
span { border-color: #BFAB09; }
span { border-color: rgb(191,171,9); }
td.TdClassName
{
border-color: #BFAB09;
}
.TagClassName
{
border-color: #BFAB09;
}
</style>