Shades of Rio Grande #BCB91D
Tints of Rio Grande #BCB91D
RGB
CMYK
RGB Variations
Color information
#BCB91D (or 0xBCB91D) is known color: Rio Grande. HEX triplet: BC, B9 and 1D. RGB value is (188,185,29). Sum of RGB (Red+Green+Blue) = 188+185+29=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB91D is #4346E2. Grayscale: #A8A8A8. Windows color (decimal): -4409059 or 1948092. OLE color: 1948092.
HSL color Cylindrical-coordinate representation of color #BCB91D: hue angle of 58.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCB91D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 29 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.26 |
| HSL | 58.87º | 0.73% | 0.43% | - |
| HSV(B) | 58.87º | 0.85% | 0.74% | - |
| XYZ | 38.31 | 45.48 | 7.92 | - |
| YUV | 168.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 29 | 0 | 0.02 | 0.85 | 0.26 | 58.87 | 0.73 | 0.43 |
| Hex | BC | B9 | 1D | 0 | 2 | 55 | 1A | 3B | 49 | 2B |
| Octal | 274 | 271 | 35 | 0 | 2 | 125 | 32 | 73 | 111 | 53 |
| Binary | 10111100 | 10111001 | 11101 | 0 | 10 | 1010101 | 11010 | 111011 | 1001001 | 101011 |
Color Harmonies of #BCB91D
Complementary color
Monochromatic Colors of #BCB91D
Black with #BCB91D
Text Example
Text Example
White with #BCB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB91D; }
p { color: rgb(188,185,29); }
H1.HeaderClassName
{
color: #BCB91D;
}
.AnyTagClassName
{
color: #BCB91D;
}
</style>
background-color css
<style>
a { background-color: #BCB91D; }
a { background-color: rgb(188,185,29); }
div.DivClassName
{
background-color: #BCB91D;
}
.BgClassName
{
background-color: #BCB91D;
}
</style>
border-color css
<style>
span { border-color: #BCB91D; }
span { border-color: rgb(188,185,29); }
td.TdClassName
{
border-color: #BCB91D;
}
.TagClassName
{
border-color: #BCB91D;
}
</style>