Shades of La Rioja #BCC807
Tints of La Rioja #BCC807
RGB
CMYK
RGB Variations
Color information
#BCC807 (or 0xBCC807) is known color: La Rioja. HEX triplet: BC, C8 and 07. RGB value is (188,200,7). Sum of RGB (Red+Green+Blue) = 188+200+7=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC807 is #4337F8. Grayscale: #AFAFAF. Windows color (decimal): -4405241 or 510140. OLE color: 510140.
HSL color Cylindrical-coordinate representation of color #BCC807: hue angle of 63.73º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC807 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.22 |
| HSL | 63.73º | 0.93% | 0.41% | - |
| HSV(B) | 63.73º | 0.97% | 0.78% | - |
| XYZ | 41.43 | 52.02 | 8.06 | - |
| YUV | 174.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 7 | 0.06 | 0 | 0.96 | 0.22 | 63.73 | 0.93 | 0.41 |
| Hex | BC | C8 | 7 | 6 | 0 | 60 | 16 | 40 | 5D | 29 |
| Octal | 274 | 310 | 7 | 6 | 0 | 140 | 26 | 100 | 135 | 51 |
| Binary | 10111100 | 11001000 | 111 | 110 | 0 | 1100000 | 10110 | 1000000 | 1011101 | 101001 |
Color Harmonies of #BCC807
Complementary color
Monochromatic Colors of #BCC807
Black with #BCC807
Text Example
Text Example
White with #BCC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC807; }
p { color: rgb(188,200,7); }
H1.HeaderClassName
{
color: #BCC807;
}
.AnyTagClassName
{
color: #BCC807;
}
</style>
background-color css
<style>
a { background-color: #BCC807; }
a { background-color: rgb(188,200,7); }
div.DivClassName
{
background-color: #BCC807;
}
.BgClassName
{
background-color: #BCC807;
}
</style>
border-color css
<style>
span { border-color: #BCC807; }
span { border-color: rgb(188,200,7); }
td.TdClassName
{
border-color: #BCC807;
}
.TagClassName
{
border-color: #BCC807;
}
</style>