Shades of La Rioja #BFAF0B
Tints of La Rioja #BFAF0B
RGB
CMYK
RGB Variations
Color information
#BFAF0B (or 0xBFAF0B) is known color: La Rioja. HEX triplet: BF, AF and 0B. RGB value is (191,175,11). Sum of RGB (Red+Green+Blue) = 191+175+11=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF0B is #4050F4. Grayscale: #A1A1A1. Windows color (decimal): -4215029 or 765887. OLE color: 765887.
HSL color Cylindrical-coordinate representation of color #BFAF0B: hue angle of 54.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFAF0B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.25 |
| HSL | 54.67º | 0.89% | 0.4% | - |
| HSV(B) | 54.67º | 0.94% | 0.75% | - |
| XYZ | 36.88 | 41.76 | 6.43 | - |
| YUV | 161.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 11 | 0 | 0.08 | 0.94 | 0.25 | 54.67 | 0.89 | 0.4 |
| Hex | BF | AF | B | 0 | 8 | 5E | 19 | 37 | 59 | 28 |
| Octal | 277 | 257 | 13 | 0 | 10 | 136 | 31 | 67 | 131 | 50 |
| Binary | 10111111 | 10101111 | 1011 | 0 | 1000 | 1011110 | 11001 | 110111 | 1011001 | 101000 |
Color Harmonies of #BFAF0B
Complementary color
Monochromatic Colors of #BFAF0B
Black with #BFAF0B
Text Example
Text Example
White with #BFAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF0B; }
p { color: rgb(191,175,11); }
H1.HeaderClassName
{
color: #BFAF0B;
}
.AnyTagClassName
{
color: #BFAF0B;
}
</style>
background-color css
<style>
a { background-color: #BFAF0B; }
a { background-color: rgb(191,175,11); }
div.DivClassName
{
background-color: #BFAF0B;
}
.BgClassName
{
background-color: #BFAF0B;
}
</style>
border-color css
<style>
span { border-color: #BFAF0B; }
span { border-color: rgb(191,175,11); }
td.TdClassName
{
border-color: #BFAF0B;
}
.TagClassName
{
border-color: #BFAF0B;
}
</style>