Shades of La Rioja #BFCF0B
Tints of La Rioja #BFCF0B
RGB
CMYK
RGB Variations
Color information
#BFCF0B (or 0xBFCF0B) is known color: La Rioja. HEX triplet: BF, CF and 0B. RGB value is (191,207,11). Sum of RGB (Red+Green+Blue) = 191+207+11=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF0B is #4030F4. Grayscale: #B4B4B4. Windows color (decimal): -4206837 or 774079. OLE color: 774079.
HSL color Cylindrical-coordinate representation of color #BFCF0B: hue angle of 64.9º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFCF0B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.19 |
| HSL | 64.9º | 0.9% | 0.43% | - |
| HSV(B) | 64.9º | 0.95% | 0.81% | - |
| XYZ | 43.86 | 55.73 | 8.76 | - |
| YUV | 179.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 11 | 0.08 | 0 | 0.95 | 0.19 | 64.9 | 0.9 | 0.43 |
| Hex | BF | CF | B | 8 | 0 | 5F | 13 | 41 | 5A | 2B |
| Octal | 277 | 317 | 13 | 10 | 0 | 137 | 23 | 101 | 132 | 53 |
| Binary | 10111111 | 11001111 | 1011 | 1000 | 0 | 1011111 | 10011 | 1000001 | 1011010 | 101011 |
Color Harmonies of #BFCF0B
Complementary color
Monochromatic Colors of #BFCF0B
Black with #BFCF0B
Text Example
Text Example
White with #BFCF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF0B; }
p { color: rgb(191,207,11); }
H1.HeaderClassName
{
color: #BFCF0B;
}
.AnyTagClassName
{
color: #BFCF0B;
}
</style>
background-color css
<style>
a { background-color: #BFCF0B; }
a { background-color: rgb(191,207,11); }
div.DivClassName
{
background-color: #BFCF0B;
}
.BgClassName
{
background-color: #BFCF0B;
}
</style>
border-color css
<style>
span { border-color: #BFCF0B; }
span { border-color: rgb(191,207,11); }
td.TdClassName
{
border-color: #BFCF0B;
}
.TagClassName
{
border-color: #BFCF0B;
}
</style>