Shades of Rio Grande #BBBA21
Tints of Rio Grande #BBBA21
RGB
CMYK
RGB Variations
Color information
#BBBA21 (or 0xBBBA21) is known color: Rio Grande. HEX triplet: BB, BA and 21. RGB value is (187,186,33). Sum of RGB (Red+Green+Blue) = 187+186+33=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA21 is #4445DE. Grayscale: #A9A9A9. Windows color (decimal): -4474335 or 2210491. OLE color: 2210491.
HSL color Cylindrical-coordinate representation of color #BBBA21: hue angle of 59.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBBA21 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 33 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.27 |
| HSL | 59.61º | 0.7% | 0.43% | - |
| HSV(B) | 59.61º | 0.82% | 0.73% | - |
| XYZ | 38.33 | 45.79 | 8.26 | - |
| YUV | 168.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 33 | 0 | 0.01 | 0.82 | 0.27 | 59.61 | 0.7 | 0.43 |
| Hex | BB | BA | 21 | 0 | 1 | 52 | 1B | 3C | 46 | 2B |
| Octal | 273 | 272 | 41 | 0 | 1 | 122 | 33 | 74 | 106 | 53 |
| Binary | 10111011 | 10111010 | 100001 | 0 | 1 | 1010010 | 11011 | 111100 | 1000110 | 101011 |
Color Harmonies of #BBBA21
Complementary color
Monochromatic Colors of #BBBA21
Black with #BBBA21
Text Example
Text Example
White with #BBBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA21; }
p { color: rgb(187,186,33); }
H1.HeaderClassName
{
color: #BBBA21;
}
.AnyTagClassName
{
color: #BBBA21;
}
</style>
background-color css
<style>
a { background-color: #BBBA21; }
a { background-color: rgb(187,186,33); }
div.DivClassName
{
background-color: #BBBA21;
}
.BgClassName
{
background-color: #BBBA21;
}
</style>
border-color css
<style>
span { border-color: #BBBA21; }
span { border-color: rgb(187,186,33); }
td.TdClassName
{
border-color: #BBBA21;
}
.TagClassName
{
border-color: #BBBA21;
}
</style>