Shades of Rio Grande #BBB922
Tints of Rio Grande #BBB922
RGB
CMYK
RGB Variations
Color information
#BBB922 (or 0xBBB922) is known color: Rio Grande. HEX triplet: BB, B9 and 22. RGB value is (187,185,34). Sum of RGB (Red+Green+Blue) = 187+185+34=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB922 is #4446DD. Grayscale: #A8A8A8. Windows color (decimal): -4474590 or 2275771. OLE color: 2275771.
HSL color Cylindrical-coordinate representation of color #BBB922: hue angle of 59.22º degrees, saturation: 0.69, 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 #BBB922 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 34 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.27 |
| HSL | 59.22º | 0.69% | 0.43% | - |
| HSV(B) | 59.22º | 0.82% | 0.73% | - |
| XYZ | 38.13 | 45.38 | 8.26 | - |
| YUV | 168.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 34 | 0 | 0.01 | 0.82 | 0.27 | 59.22 | 0.69 | 0.43 |
| Hex | BB | B9 | 22 | 0 | 1 | 52 | 1B | 3B | 45 | 2B |
| Octal | 273 | 271 | 42 | 0 | 1 | 122 | 33 | 73 | 105 | 53 |
| Binary | 10111011 | 10111001 | 100010 | 0 | 1 | 1010010 | 11011 | 111011 | 1000101 | 101011 |
Color Harmonies of #BBB922
Complementary color
Monochromatic Colors of #BBB922
Black with #BBB922
Text Example
Text Example
White with #BBB922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB922; }
p { color: rgb(187,185,34); }
H1.HeaderClassName
{
color: #BBB922;
}
.AnyTagClassName
{
color: #BBB922;
}
</style>
background-color css
<style>
a { background-color: #BBB922; }
a { background-color: rgb(187,185,34); }
div.DivClassName
{
background-color: #BBB922;
}
.BgClassName
{
background-color: #BBB922;
}
</style>
border-color css
<style>
span { border-color: #BBB922; }
span { border-color: rgb(187,185,34); }
td.TdClassName
{
border-color: #BBB922;
}
.TagClassName
{
border-color: #BBB922;
}
</style>