Shades of La Rioja #BCB50F
Tints of La Rioja #BCB50F
RGB
CMYK
RGB Variations
Color information
#BCB50F (or 0xBCB50F) is known color: La Rioja. HEX triplet: BC, B5 and 0F. RGB value is (188,181,15). Sum of RGB (Red+Green+Blue) = 188+181+15=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB50F is #434AF0. Grayscale: #A4A4A4. Windows color (decimal): -4410097 or 1029564. OLE color: 1029564.
HSL color Cylindrical-coordinate representation of color #BCB50F: hue angle of 57.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCB50F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 15 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.26 |
| HSL | 57.57º | 0.85% | 0.4% | - |
| HSV(B) | 57.57º | 0.92% | 0.74% | - |
| XYZ | 37.35 | 43.77 | 6.93 | - |
| YUV | 164.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 15 | 0 | 0.04 | 0.92 | 0.26 | 57.57 | 0.85 | 0.4 |
| Hex | BC | B5 | F | 0 | 4 | 5C | 1A | 3A | 55 | 28 |
| Octal | 274 | 265 | 17 | 0 | 4 | 134 | 32 | 72 | 125 | 50 |
| Binary | 10111100 | 10110101 | 1111 | 0 | 100 | 1011100 | 11010 | 111010 | 1010101 | 101000 |
Color Harmonies of #BCB50F
Complementary color
Monochromatic Colors of #BCB50F
Black with #BCB50F
Text Example
Text Example
White with #BCB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB50F; }
p { color: rgb(188,181,15); }
H1.HeaderClassName
{
color: #BCB50F;
}
.AnyTagClassName
{
color: #BCB50F;
}
</style>
background-color css
<style>
a { background-color: #BCB50F; }
a { background-color: rgb(188,181,15); }
div.DivClassName
{
background-color: #BCB50F;
}
.BgClassName
{
background-color: #BCB50F;
}
</style>
border-color css
<style>
span { border-color: #BCB50F; }
span { border-color: rgb(188,181,15); }
td.TdClassName
{
border-color: #BCB50F;
}
.TagClassName
{
border-color: #BCB50F;
}
</style>