Shades of Rio Grande #BCBF19
Tints of Rio Grande #BCBF19
RGB
CMYK
RGB Variations
Color information
#BCBF19 (or 0xBCBF19) is known color: Rio Grande. HEX triplet: BC, BF and 19. RGB value is (188,191,25). Sum of RGB (Red+Green+Blue) = 188+191+25=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBF19 is #4340E6. Grayscale: #ABABAB. Windows color (decimal): -4407527 or 1687484. OLE color: 1687484.
HSL color Cylindrical-coordinate representation of color #BCBF19: hue angle of 61.08º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCBF19 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 25 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.25 |
| HSL | 61.08º | 0.77% | 0.42% | - |
| HSV(B) | 61.08º | 0.87% | 0.75% | - |
| XYZ | 39.55 | 48.02 | 8.1 | - |
| YUV | 171.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 25 | 0.02 | 0 | 0.87 | 0.25 | 61.08 | 0.77 | 0.42 |
| Hex | BC | BF | 19 | 2 | 0 | 57 | 19 | 3D | 4D | 2A |
| Octal | 274 | 277 | 31 | 2 | 0 | 127 | 31 | 75 | 115 | 52 |
| Binary | 10111100 | 10111111 | 11001 | 10 | 0 | 1010111 | 11001 | 111101 | 1001101 | 101010 |
Color Harmonies of #BCBF19
Complementary color
Monochromatic Colors of #BCBF19
Black with #BCBF19
Text Example
Text Example
White with #BCBF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF19; }
p { color: rgb(188,191,25); }
H1.HeaderClassName
{
color: #BCBF19;
}
.AnyTagClassName
{
color: #BCBF19;
}
</style>
background-color css
<style>
a { background-color: #BCBF19; }
a { background-color: rgb(188,191,25); }
div.DivClassName
{
background-color: #BCBF19;
}
.BgClassName
{
background-color: #BCBF19;
}
</style>
border-color css
<style>
span { border-color: #BCBF19; }
span { border-color: rgb(188,191,25); }
td.TdClassName
{
border-color: #BCBF19;
}
.TagClassName
{
border-color: #BCBF19;
}
</style>