Shades of Rio Grande #BBBA1F
Tints of Rio Grande #BBBA1F
RGB
CMYK
RGB Variations
Color information
#BBBA1F (or 0xBBBA1F) is known color: Rio Grande. HEX triplet: BB, BA and 1F. RGB value is (187,186,31). Sum of RGB (Red+Green+Blue) = 187+186+31=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA1F is #4445E0. Grayscale: #A9A9A9. Windows color (decimal): -4474337 or 2079419. OLE color: 2079419.
HSL color Cylindrical-coordinate representation of color #BBBA1F: 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.83%. Process color model (Four color, CMYK) of #BBBA1F is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 31 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.27 |
| HSL | 59.62º | 0.72% | 0.43% | - |
| HSV(B) | 59.62º | 0.83% | 0.73% | - |
| XYZ | 38.3 | 45.78 | 8.11 | - |
| YUV | 168.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 31 | 0 | 0.01 | 0.83 | 0.27 | 59.62 | 0.72 | 0.43 |
| Hex | BB | BA | 1F | 0 | 1 | 53 | 1B | 3C | 48 | 2B |
| Octal | 273 | 272 | 37 | 0 | 1 | 123 | 33 | 74 | 110 | 53 |
| Binary | 10111011 | 10111010 | 11111 | 0 | 1 | 1010011 | 11011 | 111100 | 1001000 | 101011 |
Color Harmonies of #BBBA1F
Complementary color
Monochromatic Colors of #BBBA1F
Black with #BBBA1F
Text Example
Text Example
White with #BBBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA1F; }
p { color: rgb(187,186,31); }
H1.HeaderClassName
{
color: #BBBA1F;
}
.AnyTagClassName
{
color: #BBBA1F;
}
</style>
background-color css
<style>
a { background-color: #BBBA1F; }
a { background-color: rgb(187,186,31); }
div.DivClassName
{
background-color: #BBBA1F;
}
.BgClassName
{
background-color: #BBBA1F;
}
</style>
border-color css
<style>
span { border-color: #BBBA1F; }
span { border-color: rgb(187,186,31); }
td.TdClassName
{
border-color: #BBBA1F;
}
.TagClassName
{
border-color: #BBBA1F;
}
</style>