Shades of Rio Grande #BCBB29
Tints of Rio Grande #BCBB29
RGB
CMYK
RGB Variations
Color information
#BCBB29 (or 0xBCBB29) is known color: Rio Grande. HEX triplet: BC, BB and 29. RGB value is (188,187,41). Sum of RGB (Red+Green+Blue) = 188+187+41=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB29 is #4344D6. Grayscale: #ABABAB. Windows color (decimal): -4408535 or 2735036. OLE color: 2735036.
HSL color Cylindrical-coordinate representation of color #BCBB29: hue angle of 59.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCBB29 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 41 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.26 |
| HSL | 59.59º | 0.64% | 0.45% | - |
| HSV(B) | 59.59º | 0.78% | 0.74% | - |
| XYZ | 38.91 | 46.39 | 9 | - |
| YUV | 170.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 41 | 0 | 0.01 | 0.78 | 0.26 | 59.59 | 0.64 | 0.45 |
| Hex | BC | BB | 29 | 0 | 1 | 4E | 1A | 3C | 40 | 2D |
| Octal | 274 | 273 | 51 | 0 | 1 | 116 | 32 | 74 | 100 | 55 |
| Binary | 10111100 | 10111011 | 101001 | 0 | 1 | 1001110 | 11010 | 111100 | 1000000 | 101101 |
Color Harmonies of #BCBB29
Complementary color
Monochromatic Colors of #BCBB29
Black with #BCBB29
Text Example
Text Example
White with #BCBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB29; }
p { color: rgb(188,187,41); }
H1.HeaderClassName
{
color: #BCBB29;
}
.AnyTagClassName
{
color: #BCBB29;
}
</style>
background-color css
<style>
a { background-color: #BCBB29; }
a { background-color: rgb(188,187,41); }
div.DivClassName
{
background-color: #BCBB29;
}
.BgClassName
{
background-color: #BCBB29;
}
</style>
border-color css
<style>
span { border-color: #BCBB29; }
span { border-color: rgb(188,187,41); }
td.TdClassName
{
border-color: #BCBB29;
}
.TagClassName
{
border-color: #BCBB29;
}
</style>