Shades of La Rioja #BCA800
Tints of La Rioja #BCA800
RGB
CMYK
RGB Variations
Color information
#BCA800 (or 0xBCA800) is known color: La Rioja. HEX triplet: BC, A8 and 00. RGB value is (188,168,0). Sum of RGB (Red+Green+Blue) = 188+168+0=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA800 is #4357FF. Grayscale: #9B9B9B. Windows color (decimal): -4413440 or 43196. OLE color: 43196.
HSL color Cylindrical-coordinate representation of color #BCA800: hue angle of 53.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCA800 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.26 |
| HSL | 53.62º | 1% | 0.37% | - |
| HSV(B) | 53.62º | 1% | 0.74% | - |
| XYZ | 34.74 | 38.7 | 5.64 | - |
| YUV | 154.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 0 | 0 | 0.11 | 1 | 0.26 | 53.62 | 1 | 0.37 |
| Hex | BC | A8 | 0 | 0 | B | 64 | 1A | 36 | 64 | 25 |
| Octal | 274 | 250 | 0 | 0 | 13 | 144 | 32 | 66 | 144 | 45 |
| Binary | 10111100 | 10101000 | 0 | 0 | 1011 | 1100100 | 11010 | 110110 | 1100100 | 100101 |
Color Harmonies of #BCA800
Complementary color
Monochromatic Colors of #BCA800
Black with #BCA800
Text Example
Text Example
White with #BCA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA800; }
p { color: rgb(188,168,0); }
H1.HeaderClassName
{
color: #BCA800;
}
.AnyTagClassName
{
color: #BCA800;
}
</style>
background-color css
<style>
a { background-color: #BCA800; }
a { background-color: rgb(188,168,0); }
div.DivClassName
{
background-color: #BCA800;
}
.BgClassName
{
background-color: #BCA800;
}
</style>
border-color css
<style>
span { border-color: #BCA800; }
span { border-color: rgb(188,168,0); }
td.TdClassName
{
border-color: #BCA800;
}
.TagClassName
{
border-color: #BCA800;
}
</style>