Shades of La Rioja #BCC107
Tints of La Rioja #BCC107
RGB
CMYK
RGB Variations
Color information
#BCC107 (or 0xBCC107) is known color: La Rioja. HEX triplet: BC, C1 and 07. RGB value is (188,193,7). Sum of RGB (Red+Green+Blue) = 188+193+7=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC107 is #433EF8. Grayscale: #ABABAB. Windows color (decimal): -4407033 or 508348. OLE color: 508348.
HSL color Cylindrical-coordinate representation of color #BCC107: hue angle of 61.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC107 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 7 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.24 |
| HSL | 61.61º | 0.93% | 0.39% | - |
| HSV(B) | 61.61º | 0.96% | 0.76% | - |
| XYZ | 39.85 | 48.85 | 7.53 | - |
| YUV | 170.3 | 35.84 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 7 | 0.03 | 0 | 0.96 | 0.24 | 61.61 | 0.93 | 0.39 |
| Hex | BC | C1 | 7 | 3 | 0 | 60 | 18 | 3E | 5D | 27 |
| Octal | 274 | 301 | 7 | 3 | 0 | 140 | 30 | 76 | 135 | 47 |
| Binary | 10111100 | 11000001 | 111 | 11 | 0 | 1100000 | 11000 | 111110 | 1011101 | 100111 |
Color Harmonies of #BCC107
Complementary color
Monochromatic Colors of #BCC107
Black with #BCC107
Text Example
Text Example
White with #BCC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC107; }
p { color: rgb(188,193,7); }
H1.HeaderClassName
{
color: #BCC107;
}
.AnyTagClassName
{
color: #BCC107;
}
</style>
background-color css
<style>
a { background-color: #BCC107; }
a { background-color: rgb(188,193,7); }
div.DivClassName
{
background-color: #BCC107;
}
.BgClassName
{
background-color: #BCC107;
}
</style>
border-color css
<style>
span { border-color: #BCC107; }
span { border-color: rgb(188,193,7); }
td.TdClassName
{
border-color: #BCC107;
}
.TagClassName
{
border-color: #BCC107;
}
</style>