Shades of Rio Grande #BCBF1D
Tints of Rio Grande #BCBF1D
RGB
CMYK
RGB Variations
Color information
#BCBF1D (or 0xBCBF1D) is known color: Rio Grande. HEX triplet: BC, BF and 1D. RGB value is (188,191,29). Sum of RGB (Red+Green+Blue) = 188+191+29=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF1D is #4340E2. Grayscale: #ACACAC. Windows color (decimal): -4407523 or 1949628. OLE color: 1949628.
HSL color Cylindrical-coordinate representation of color #BCBF1D: hue angle of 61.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCBF1D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.25 |
| HSL | 61.11º | 0.74% | 0.43% | - |
| HSV(B) | 61.11º | 0.85% | 0.75% | - |
| XYZ | 39.59 | 48.04 | 8.35 | - |
| YUV | 171.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 29 | 0.02 | 0 | 0.85 | 0.25 | 61.11 | 0.74 | 0.43 |
| Hex | BC | BF | 1D | 2 | 0 | 55 | 19 | 3D | 4A | 2B |
| Octal | 274 | 277 | 35 | 2 | 0 | 125 | 31 | 75 | 112 | 53 |
| Binary | 10111100 | 10111111 | 11101 | 10 | 0 | 1010101 | 11001 | 111101 | 1001010 | 101011 |
Color Harmonies of #BCBF1D
Complementary color
Monochromatic Colors of #BCBF1D
Black with #BCBF1D
Text Example
Text Example
White with #BCBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF1D; }
p { color: rgb(188,191,29); }
H1.HeaderClassName
{
color: #BCBF1D;
}
.AnyTagClassName
{
color: #BCBF1D;
}
</style>
background-color css
<style>
a { background-color: #BCBF1D; }
a { background-color: rgb(188,191,29); }
div.DivClassName
{
background-color: #BCBF1D;
}
.BgClassName
{
background-color: #BCBF1D;
}
</style>
border-color css
<style>
span { border-color: #BCBF1D; }
span { border-color: rgb(188,191,29); }
td.TdClassName
{
border-color: #BCBF1D;
}
.TagClassName
{
border-color: #BCBF1D;
}
</style>