Shades of La Rioja #BCB30F
Tints of La Rioja #BCB30F
RGB
CMYK
RGB Variations
Color information
#BCB30F (or 0xBCB30F) is known color: La Rioja. HEX triplet: BC, B3 and 0F. RGB value is (188,179,15). Sum of RGB (Red+Green+Blue) = 188+179+15=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB30F is #434CF0. Grayscale: #A3A3A3. Windows color (decimal): -4410609 or 1029052. OLE color: 1029052.
HSL color Cylindrical-coordinate representation of color #BCB30F: hue angle of 56.88º 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 #BCB30F is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 15 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.26 |
| HSL | 56.88º | 0.85% | 0.4% | - |
| HSV(B) | 56.88º | 0.92% | 0.74% | - |
| XYZ | 36.95 | 42.97 | 6.8 | - |
| YUV | 163 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 15 | 0 | 0.05 | 0.92 | 0.26 | 56.88 | 0.85 | 0.4 |
| Hex | BC | B3 | F | 0 | 5 | 5C | 1A | 39 | 55 | 28 |
| Octal | 274 | 263 | 17 | 0 | 5 | 134 | 32 | 71 | 125 | 50 |
| Binary | 10111100 | 10110011 | 1111 | 0 | 101 | 1011100 | 11010 | 111001 | 1010101 | 101000 |
Color Harmonies of #BCB30F
Complementary color
Monochromatic Colors of #BCB30F
Black with #BCB30F
Text Example
Text Example
White with #BCB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB30F; }
p { color: rgb(188,179,15); }
H1.HeaderClassName
{
color: #BCB30F;
}
.AnyTagClassName
{
color: #BCB30F;
}
</style>
background-color css
<style>
a { background-color: #BCB30F; }
a { background-color: rgb(188,179,15); }
div.DivClassName
{
background-color: #BCB30F;
}
.BgClassName
{
background-color: #BCB30F;
}
</style>
border-color css
<style>
span { border-color: #BCB30F; }
span { border-color: rgb(188,179,15); }
td.TdClassName
{
border-color: #BCB30F;
}
.TagClassName
{
border-color: #BCB30F;
}
</style>