Shades of La Rioja #BFCD03
Tints of La Rioja #BFCD03
RGB
CMYK
RGB Variations
Color information
#BFCD03 (or 0xBFCD03) is known color: La Rioja. HEX triplet: BF, CD and 03. RGB value is (191,205,3). Sum of RGB (Red+Green+Blue) = 191+205+3=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD03 is #4032FC. Grayscale: #B2B2B2. Windows color (decimal): -4207357 or 249279. OLE color: 249279.
HSL color Cylindrical-coordinate representation of color #BFCD03: hue angle of 64.16º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFCD03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.20 |
| HSL | 64.16º | 0.97% | 0.41% | - |
| HSV(B) | 64.16º | 0.99% | 0.8% | - |
| XYZ | 43.33 | 54.75 | 8.37 | - |
| YUV | 177.79 | 29.36 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 3 | 0.07 | 0 | 0.99 | 0.20 | 64.16 | 0.97 | 0.41 |
| Hex | BF | CD | 3 | 7 | 0 | 63 | 14 | 40 | 61 | 29 |
| Octal | 277 | 315 | 3 | 7 | 0 | 143 | 24 | 100 | 141 | 51 |
| Binary | 10111111 | 11001101 | 11 | 111 | 0 | 1100011 | 10100 | 1000000 | 1100001 | 101001 |
Color Harmonies of #BFCD03
Complementary color
Monochromatic Colors of #BFCD03
Black with #BFCD03
Text Example
Text Example
White with #BFCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD03; }
p { color: rgb(191,205,3); }
H1.HeaderClassName
{
color: #BFCD03;
}
.AnyTagClassName
{
color: #BFCD03;
}
</style>
background-color css
<style>
a { background-color: #BFCD03; }
a { background-color: rgb(191,205,3); }
div.DivClassName
{
background-color: #BFCD03;
}
.BgClassName
{
background-color: #BFCD03;
}
</style>
border-color css
<style>
span { border-color: #BFCD03; }
span { border-color: rgb(191,205,3); }
td.TdClassName
{
border-color: #BFCD03;
}
.TagClassName
{
border-color: #BFCD03;
}
</style>