Shades of Rio Grande #BBBA1E
Tints of Rio Grande #BBBA1E
RGB
CMYK
RGB Variations
Color information
#BBBA1E (or 0xBBBA1E) is known color: Rio Grande. HEX triplet: BB, BA and 1E. RGB value is (187,186,30). Sum of RGB (Red+Green+Blue) = 187+186+30=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA1E is #4445E1. Grayscale: #A9A9A9. Windows color (decimal): -4474338 or 2013883. OLE color: 2013883.
HSL color Cylindrical-coordinate representation of color #BBBA1E: hue angle of 59.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBBA1E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 30 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.27 |
| HSL | 59.62º | 0.72% | 0.43% | - |
| HSV(B) | 59.62º | 0.84% | 0.73% | - |
| XYZ | 38.29 | 45.78 | 8.05 | - |
| YUV | 168.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 30 | 0 | 0.01 | 0.84 | 0.27 | 59.62 | 0.72 | 0.43 |
| Hex | BB | BA | 1E | 0 | 1 | 54 | 1B | 3C | 48 | 2B |
| Octal | 273 | 272 | 36 | 0 | 1 | 124 | 33 | 74 | 110 | 53 |
| Binary | 10111011 | 10111010 | 11110 | 0 | 1 | 1010100 | 11011 | 111100 | 1001000 | 101011 |
Color Harmonies of #BBBA1E
Complementary color
Monochromatic Colors of #BBBA1E
Black with #BBBA1E
Text Example
Text Example
White with #BBBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA1E; }
p { color: rgb(187,186,30); }
H1.HeaderClassName
{
color: #BBBA1E;
}
.AnyTagClassName
{
color: #BBBA1E;
}
</style>
background-color css
<style>
a { background-color: #BBBA1E; }
a { background-color: rgb(187,186,30); }
div.DivClassName
{
background-color: #BBBA1E;
}
.BgClassName
{
background-color: #BBBA1E;
}
</style>
border-color css
<style>
span { border-color: #BBBA1E; }
span { border-color: rgb(187,186,30); }
td.TdClassName
{
border-color: #BBBA1E;
}
.TagClassName
{
border-color: #BBBA1E;
}
</style>