Shades of Rio Grande #BBBA29
Tints of Rio Grande #BBBA29
RGB
CMYK
RGB Variations
Color information
#BBBA29 (or 0xBBBA29) is known color: Rio Grande. HEX triplet: BB, BA and 29. RGB value is (187,186,41). Sum of RGB (Red+Green+Blue) = 187+186+41=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA29 is #4445D6. Grayscale: #AAAAAA. Windows color (decimal): -4474327 or 2734779. OLE color: 2734779.
HSL color Cylindrical-coordinate representation of color #BBBA29: hue angle of 59.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBBA29 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 41 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.27 |
| HSL | 59.59º | 0.64% | 0.45% | - |
| HSV(B) | 59.59º | 0.78% | 0.73% | - |
| XYZ | 38.45 | 45.84 | 8.92 | - |
| YUV | 169.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 41 | 0 | 0.01 | 0.78 | 0.27 | 59.59 | 0.64 | 0.45 |
| Hex | BB | BA | 29 | 0 | 1 | 4E | 1B | 3C | 40 | 2D |
| Octal | 273 | 272 | 51 | 0 | 1 | 116 | 33 | 74 | 100 | 55 |
| Binary | 10111011 | 10111010 | 101001 | 0 | 1 | 1001110 | 11011 | 111100 | 1000000 | 101101 |
Color Harmonies of #BBBA29
Complementary color
Monochromatic Colors of #BBBA29
Black with #BBBA29
Text Example
Text Example
White with #BBBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA29; }
p { color: rgb(187,186,41); }
H1.HeaderClassName
{
color: #BBBA29;
}
.AnyTagClassName
{
color: #BBBA29;
}
</style>
background-color css
<style>
a { background-color: #BBBA29; }
a { background-color: rgb(187,186,41); }
div.DivClassName
{
background-color: #BBBA29;
}
.BgClassName
{
background-color: #BBBA29;
}
</style>
border-color css
<style>
span { border-color: #BBBA29; }
span { border-color: rgb(187,186,41); }
td.TdClassName
{
border-color: #BBBA29;
}
.TagClassName
{
border-color: #BBBA29;
}
</style>