Shades of La Rioja #BFB103
Tints of La Rioja #BFB103
RGB
CMYK
RGB Variations
Color information
#BFB103 (or 0xBFB103) is known color: La Rioja. HEX triplet: BF, B1 and 03. RGB value is (191,177,3). Sum of RGB (Red+Green+Blue) = 191+177+3=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB103 is #404EFC. Grayscale: #A2A2A2. Windows color (decimal): -4214525 or 242111. OLE color: 242111.
HSL color Cylindrical-coordinate representation of color #BFB103: hue angle of 55.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFB103 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.25 |
| HSL | 55.53º | 0.97% | 0.38% | - |
| HSV(B) | 55.53º | 0.98% | 0.75% | - |
| XYZ | 37.22 | 42.53 | 6.33 | - |
| YUV | 161.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 3 | 0 | 0.07 | 0.98 | 0.25 | 55.53 | 0.97 | 0.38 |
| Hex | BF | B1 | 3 | 0 | 7 | 62 | 19 | 38 | 61 | 26 |
| Octal | 277 | 261 | 3 | 0 | 7 | 142 | 31 | 70 | 141 | 46 |
| Binary | 10111111 | 10110001 | 11 | 0 | 111 | 1100010 | 11001 | 111000 | 1100001 | 100110 |
Color Harmonies of #BFB103
Complementary color
Monochromatic Colors of #BFB103
Black with #BFB103
Text Example
Text Example
White with #BFB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB103; }
p { color: rgb(191,177,3); }
H1.HeaderClassName
{
color: #BFB103;
}
.AnyTagClassName
{
color: #BFB103;
}
</style>
background-color css
<style>
a { background-color: #BFB103; }
a { background-color: rgb(191,177,3); }
div.DivClassName
{
background-color: #BFB103;
}
.BgClassName
{
background-color: #BFB103;
}
</style>
border-color css
<style>
span { border-color: #BFB103; }
span { border-color: rgb(191,177,3); }
td.TdClassName
{
border-color: #BFB103;
}
.TagClassName
{
border-color: #BFB103;
}
</style>