Shades of Rio Grande #BBB921
Tints of Rio Grande #BBB921
RGB
CMYK
RGB Variations
Color information
#BBB921 (or 0xBBB921) is known color: Rio Grande. HEX triplet: BB, B9 and 21. RGB value is (187,185,33). Sum of RGB (Red+Green+Blue) = 187+185+33=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB921 is #4446DE. Grayscale: #A8A8A8. Windows color (decimal): -4474591 or 2210235. OLE color: 2210235.
HSL color Cylindrical-coordinate representation of color #BBB921: hue angle of 59.22º 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 #BBB921 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 33 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.27 |
| HSL | 59.22º | 0.7% | 0.43% | - |
| HSV(B) | 59.22º | 0.82% | 0.73% | - |
| XYZ | 38.12 | 45.37 | 8.19 | - |
| YUV | 168.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 33 | 0 | 0.01 | 0.82 | 0.27 | 59.22 | 0.7 | 0.43 |
| Hex | BB | B9 | 21 | 0 | 1 | 52 | 1B | 3B | 46 | 2B |
| Octal | 273 | 271 | 41 | 0 | 1 | 122 | 33 | 73 | 106 | 53 |
| Binary | 10111011 | 10111001 | 100001 | 0 | 1 | 1010010 | 11011 | 111011 | 1000110 | 101011 |
Color Harmonies of #BBB921
Complementary color
Monochromatic Colors of #BBB921
Black with #BBB921
Text Example
Text Example
White with #BBB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB921; }
p { color: rgb(187,185,33); }
H1.HeaderClassName
{
color: #BBB921;
}
.AnyTagClassName
{
color: #BBB921;
}
</style>
background-color css
<style>
a { background-color: #BBB921; }
a { background-color: rgb(187,185,33); }
div.DivClassName
{
background-color: #BBB921;
}
.BgClassName
{
background-color: #BBB921;
}
</style>
border-color css
<style>
span { border-color: #BBB921; }
span { border-color: rgb(187,185,33); }
td.TdClassName
{
border-color: #BBB921;
}
.TagClassName
{
border-color: #BBB921;
}
</style>