Shades of La Rioja #BCB908
Tints of La Rioja #BCB908
RGB
CMYK
RGB Variations
Color information
#BCB908 (or 0xBCB908) is known color: La Rioja. HEX triplet: BC, B9 and 08. RGB value is (188,185,8). Sum of RGB (Red+Green+Blue) = 188+185+8=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB908 is #4346F7. Grayscale: #A6A6A6. Windows color (decimal): -4409080 or 571836. OLE color: 571836.
HSL color Cylindrical-coordinate representation of color #BCB908: hue angle of 59º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCB908 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.26 |
| HSL | 59º | 0.92% | 0.38% | - |
| HSV(B) | 59º | 0.96% | 0.74% | - |
| XYZ | 38.13 | 45.41 | 6.98 | - |
| YUV | 165.72 | 38.99 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 8 | 0 | 0.02 | 0.96 | 0.26 | 59 | 0.92 | 0.38 |
| Hex | BC | B9 | 8 | 0 | 2 | 60 | 1A | 3B | 5C | 26 |
| Octal | 274 | 271 | 10 | 0 | 2 | 140 | 32 | 73 | 134 | 46 |
| Binary | 10111100 | 10111001 | 1000 | 0 | 10 | 1100000 | 11010 | 111011 | 1011100 | 100110 |
Color Harmonies of #BCB908
Complementary color
Monochromatic Colors of #BCB908
Black with #BCB908
Text Example
Text Example
White with #BCB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB908; }
p { color: rgb(188,185,8); }
H1.HeaderClassName
{
color: #BCB908;
}
.AnyTagClassName
{
color: #BCB908;
}
</style>
background-color css
<style>
a { background-color: #BCB908; }
a { background-color: rgb(188,185,8); }
div.DivClassName
{
background-color: #BCB908;
}
.BgClassName
{
background-color: #BCB908;
}
</style>
border-color css
<style>
span { border-color: #BCB908; }
span { border-color: rgb(188,185,8); }
td.TdClassName
{
border-color: #BCB908;
}
.TagClassName
{
border-color: #BCB908;
}
</style>