Shades of Rio Grande #BBB926
Tints of Rio Grande #BBB926
RGB
CMYK
RGB Variations
Color information
#BBB926 (or 0xBBB926) is known color: Rio Grande. HEX triplet: BB, B9 and 26. RGB value is (187,185,38). Sum of RGB (Red+Green+Blue) = 187+185+38=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB926 is #4446D9. Grayscale: #A9A9A9. Windows color (decimal): -4474586 or 2537915. OLE color: 2537915.
HSL color Cylindrical-coordinate representation of color #BBB926: hue angle of 59.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBB926 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 38 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.27 |
| HSL | 59.19º | 0.66% | 0.44% | - |
| HSV(B) | 59.19º | 0.8% | 0.73% | - |
| XYZ | 38.19 | 45.4 | 8.58 | - |
| YUV | 168.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 38 | 0 | 0.01 | 0.80 | 0.27 | 59.19 | 0.66 | 0.44 |
| Hex | BB | B9 | 26 | 0 | 1 | 50 | 1B | 3B | 42 | 2C |
| Octal | 273 | 271 | 46 | 0 | 1 | 120 | 33 | 73 | 102 | 54 |
| Binary | 10111011 | 10111001 | 100110 | 0 | 1 | 1010000 | 11011 | 111011 | 1000010 | 101100 |
Color Harmonies of #BBB926
Complementary color
Monochromatic Colors of #BBB926
Black with #BBB926
Text Example
Text Example
White with #BBB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB926; }
p { color: rgb(187,185,38); }
H1.HeaderClassName
{
color: #BBB926;
}
.AnyTagClassName
{
color: #BBB926;
}
</style>
background-color css
<style>
a { background-color: #BBB926; }
a { background-color: rgb(187,185,38); }
div.DivClassName
{
background-color: #BBB926;
}
.BgClassName
{
background-color: #BBB926;
}
</style>
border-color css
<style>
span { border-color: #BBB926; }
span { border-color: rgb(187,185,38); }
td.TdClassName
{
border-color: #BBB926;
}
.TagClassName
{
border-color: #BBB926;
}
</style>