Shades of La Rioja #BCB71B
Tints of La Rioja #BCB71B
RGB
CMYK
RGB Variations
Color information
#BCB71B (or 0xBCB71B) is known color: La Rioja. HEX triplet: BC, B7 and 1B. RGB value is (188,183,27). Sum of RGB (Red+Green+Blue) = 188+183+27=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB71B is #4348E4. Grayscale: #A7A7A7. Windows color (decimal): -4409573 or 1816508. OLE color: 1816508.
HSL color Cylindrical-coordinate representation of color #BCB71B: hue angle of 58.14º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCB71B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 27 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.26 |
| HSL | 58.14º | 0.75% | 0.42% | - |
| HSV(B) | 58.14º | 0.86% | 0.74% | - |
| XYZ | 37.87 | 44.64 | 7.66 | - |
| YUV | 166.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 27 | 0 | 0.03 | 0.86 | 0.26 | 58.14 | 0.75 | 0.42 |
| Hex | BC | B7 | 1B | 0 | 3 | 56 | 1A | 3A | 4B | 2A |
| Octal | 274 | 267 | 33 | 0 | 3 | 126 | 32 | 72 | 113 | 52 |
| Binary | 10111100 | 10110111 | 11011 | 0 | 11 | 1010110 | 11010 | 111010 | 1001011 | 101010 |
Color Harmonies of #BCB71B
Complementary color
Monochromatic Colors of #BCB71B
Black with #BCB71B
Text Example
Text Example
White with #BCB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB71B; }
p { color: rgb(188,183,27); }
H1.HeaderClassName
{
color: #BCB71B;
}
.AnyTagClassName
{
color: #BCB71B;
}
</style>
background-color css
<style>
a { background-color: #BCB71B; }
a { background-color: rgb(188,183,27); }
div.DivClassName
{
background-color: #BCB71B;
}
.BgClassName
{
background-color: #BCB71B;
}
</style>
border-color css
<style>
span { border-color: #BCB71B; }
span { border-color: rgb(188,183,27); }
td.TdClassName
{
border-color: #BCB71B;
}
.TagClassName
{
border-color: #BCB71B;
}
</style>