Shades of Rio Grande #BCBC27
Tints of Rio Grande #BCBC27
RGB
CMYK
RGB Variations
Color information
#BCBC27 (or 0xBCBC27) is known color: Rio Grande. HEX triplet: BC, BC and 27. RGB value is (188,188,39). Sum of RGB (Red+Green+Blue) = 188+188+39=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC27 is #4343D8. Grayscale: #ABABAB. Windows color (decimal): -4408281 or 2604220. OLE color: 2604220.
HSL color Cylindrical-coordinate representation of color #BCBC27: hue angle of 60º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCBC27 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 39 | - |
| CMYK | 0 | 0 | 0.79 | 0.26 |
| HSL | 60º | 0.66% | 0.45% | - |
| HSV(B) | 60º | 0.79% | 0.74% | - |
| XYZ | 39.09 | 46.8 | 8.89 | - |
| YUV | 171.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 39 | 0 | 0 | 0.79 | 0.26 | 60 | 0.66 | 0.45 |
| Hex | BC | BC | 27 | 0 | 0 | 4F | 1A | 3C | 42 | 2D |
| Octal | 274 | 274 | 47 | 0 | 0 | 117 | 32 | 74 | 102 | 55 |
| Binary | 10111100 | 10111100 | 100111 | 0 | 0 | 1001111 | 11010 | 111100 | 1000010 | 101101 |
Color Harmonies of #BCBC27
Complementary color
Monochromatic Colors of #BCBC27
Black with #BCBC27
Text Example
Text Example
White with #BCBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC27; }
p { color: rgb(188,188,39); }
H1.HeaderClassName
{
color: #BCBC27;
}
.AnyTagClassName
{
color: #BCBC27;
}
</style>
background-color css
<style>
a { background-color: #BCBC27; }
a { background-color: rgb(188,188,39); }
div.DivClassName
{
background-color: #BCBC27;
}
.BgClassName
{
background-color: #BCBC27;
}
</style>
border-color css
<style>
span { border-color: #BCBC27; }
span { border-color: rgb(188,188,39); }
td.TdClassName
{
border-color: #BCBC27;
}
.TagClassName
{
border-color: #BCBC27;
}
</style>