Shades of Rio Grande #BBBC31
Tints of Rio Grande #BBBC31
RGB
CMYK
RGB Variations
Color information
#BBBC31 (or 0xBBBC31) is known color: Rio Grande. HEX triplet: BB, BC and 31. RGB value is (187,188,49). Sum of RGB (Red+Green+Blue) = 187+188+49=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC31 is #4443CE. Grayscale: #ACACAC. Windows color (decimal): -4473807 or 3259579. OLE color: 3259579.
HSL color Cylindrical-coordinate representation of color #BBBC31: hue angle of 60.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBBC31 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 49 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.26 |
| HSL | 60.43º | 0.59% | 0.46% | - |
| HSV(B) | 60.43º | 0.74% | 0.74% | - |
| XYZ | 39.03 | 46.75 | 9.87 | - |
| YUV | 171.86 | 58.67 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 49 | 0.01 | 0 | 0.74 | 0.26 | 60.43 | 0.59 | 0.46 |
| Hex | BB | BC | 31 | 1 | 0 | 4A | 1A | 3C | 3B | 2E |
| Octal | 273 | 274 | 61 | 1 | 0 | 112 | 32 | 74 | 73 | 56 |
| Binary | 10111011 | 10111100 | 110001 | 1 | 0 | 1001010 | 11010 | 111100 | 111011 | 101110 |
Color Harmonies of #BBBC31
Complementary color
Monochromatic Colors of #BBBC31
Black with #BBBC31
Text Example
Text Example
White with #BBBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC31; }
p { color: rgb(187,188,49); }
H1.HeaderClassName
{
color: #BBBC31;
}
.AnyTagClassName
{
color: #BBBC31;
}
</style>
background-color css
<style>
a { background-color: #BBBC31; }
a { background-color: rgb(187,188,49); }
div.DivClassName
{
background-color: #BBBC31;
}
.BgClassName
{
background-color: #BBBC31;
}
</style>
border-color css
<style>
span { border-color: #BBBC31; }
span { border-color: rgb(187,188,49); }
td.TdClassName
{
border-color: #BBBC31;
}
.TagClassName
{
border-color: #BBBC31;
}
</style>