Shades of La Rioja #BFCB05
Tints of La Rioja #BFCB05
RGB
CMYK
RGB Variations
Color information
#BFCB05 (or 0xBFCB05) is known color: La Rioja. HEX triplet: BF, CB and 05. RGB value is (191,203,5). Sum of RGB (Red+Green+Blue) = 191+203+5=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCB05 is #4034FA. Grayscale: #B1B1B1. Windows color (decimal): -4207867 or 379839. OLE color: 379839.
HSL color Cylindrical-coordinate representation of color #BFCB05: hue angle of 63.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFCB05 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 5 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.20 |
| HSL | 63.64º | 0.95% | 0.41% | - |
| HSV(B) | 63.64º | 0.98% | 0.8% | - |
| XYZ | 42.87 | 53.8 | 8.27 | - |
| YUV | 176.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 5 | 0.06 | 0 | 0.98 | 0.20 | 63.64 | 0.95 | 0.41 |
| Hex | BF | CB | 5 | 6 | 0 | 62 | 14 | 40 | 5F | 29 |
| Octal | 277 | 313 | 5 | 6 | 0 | 142 | 24 | 100 | 137 | 51 |
| Binary | 10111111 | 11001011 | 101 | 110 | 0 | 1100010 | 10100 | 1000000 | 1011111 | 101001 |
Color Harmonies of #BFCB05
Complementary color
Monochromatic Colors of #BFCB05
Black with #BFCB05
Text Example
Text Example
White with #BFCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB05; }
p { color: rgb(191,203,5); }
H1.HeaderClassName
{
color: #BFCB05;
}
.AnyTagClassName
{
color: #BFCB05;
}
</style>
background-color css
<style>
a { background-color: #BFCB05; }
a { background-color: rgb(191,203,5); }
div.DivClassName
{
background-color: #BFCB05;
}
.BgClassName
{
background-color: #BFCB05;
}
</style>
border-color css
<style>
span { border-color: #BFCB05; }
span { border-color: rgb(191,203,5); }
td.TdClassName
{
border-color: #BFCB05;
}
.TagClassName
{
border-color: #BFCB05;
}
</style>