Shades of Rio Grande #BCBC1B
Tints of Rio Grande #BCBC1B
RGB
CMYK
RGB Variations
Color information
#BCBC1B (or 0xBCBC1B) is known color: Rio Grande. HEX triplet: BC, BC and 1B. RGB value is (188,188,27). Sum of RGB (Red+Green+Blue) = 188+188+27=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC1B is #4343E4. Grayscale: #AAAAAA. Windows color (decimal): -4408293 or 1817788. OLE color: 1817788.
HSL color Cylindrical-coordinate representation of color #BCBC1B: hue angle of 60º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCBC1B is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 27 | - |
| CMYK | 0 | 0 | 0.86 | 0.26 |
| HSL | 60º | 0.75% | 0.42% | - |
| HSV(B) | 60º | 0.86% | 0.74% | - |
| XYZ | 38.92 | 46.74 | 8.01 | - |
| YUV | 169.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 27 | 0 | 0 | 0.86 | 0.26 | 60 | 0.75 | 0.42 |
| Hex | BC | BC | 1B | 0 | 0 | 56 | 1A | 3C | 4B | 2A |
| Octal | 274 | 274 | 33 | 0 | 0 | 126 | 32 | 74 | 113 | 52 |
| Binary | 10111100 | 10111100 | 11011 | 0 | 0 | 1010110 | 11010 | 111100 | 1001011 | 101010 |
Color Harmonies of #BCBC1B
Complementary color
Monochromatic Colors of #BCBC1B
Black with #BCBC1B
Text Example
Text Example
White with #BCBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC1B; }
p { color: rgb(188,188,27); }
H1.HeaderClassName
{
color: #BCBC1B;
}
.AnyTagClassName
{
color: #BCBC1B;
}
</style>
background-color css
<style>
a { background-color: #BCBC1B; }
a { background-color: rgb(188,188,27); }
div.DivClassName
{
background-color: #BCBC1B;
}
.BgClassName
{
background-color: #BCBC1B;
}
</style>
border-color css
<style>
span { border-color: #BCBC1B; }
span { border-color: rgb(188,188,27); }
td.TdClassName
{
border-color: #BCBC1B;
}
.TagClassName
{
border-color: #BCBC1B;
}
</style>