Shades of Rio Grande #BBBA26
Tints of Rio Grande #BBBA26
RGB
CMYK
RGB Variations
Color information
#BBBA26 (or 0xBBBA26) is known color: Rio Grande. HEX triplet: BB, BA and 26. RGB value is (187,186,38). Sum of RGB (Red+Green+Blue) = 187+186+38=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA26 is #4445D9. Grayscale: #AAAAAA. Windows color (decimal): -4474330 or 2538171. OLE color: 2538171.
HSL color Cylindrical-coordinate representation of color #BBBA26: hue angle of 59.6º 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 #BBBA26 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 38 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.27 |
| HSL | 59.6º | 0.66% | 0.44% | - |
| HSV(B) | 59.6º | 0.8% | 0.73% | - |
| XYZ | 38.4 | 45.82 | 8.65 | - |
| YUV | 169.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 38 | 0 | 0.01 | 0.80 | 0.27 | 59.6 | 0.66 | 0.44 |
| Hex | BB | BA | 26 | 0 | 1 | 50 | 1B | 3C | 42 | 2C |
| Octal | 273 | 272 | 46 | 0 | 1 | 120 | 33 | 74 | 102 | 54 |
| Binary | 10111011 | 10111010 | 100110 | 0 | 1 | 1010000 | 11011 | 111100 | 1000010 | 101100 |
Color Harmonies of #BBBA26
Complementary color
Monochromatic Colors of #BBBA26
Black with #BBBA26
Text Example
Text Example
White with #BBBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA26; }
p { color: rgb(187,186,38); }
H1.HeaderClassName
{
color: #BBBA26;
}
.AnyTagClassName
{
color: #BBBA26;
}
</style>
background-color css
<style>
a { background-color: #BBBA26; }
a { background-color: rgb(187,186,38); }
div.DivClassName
{
background-color: #BBBA26;
}
.BgClassName
{
background-color: #BBBA26;
}
</style>
border-color css
<style>
span { border-color: #BBBA26; }
span { border-color: rgb(187,186,38); }
td.TdClassName
{
border-color: #BBBA26;
}
.TagClassName
{
border-color: #BBBA26;
}
</style>