Shades of Rio Grande #BBBA25
Tints of Rio Grande #BBBA25
RGB
CMYK
RGB Variations
Color information
#BBBA25 (or 0xBBBA25) is known color: Rio Grande. HEX triplet: BB, BA and 25. RGB value is (187,186,37). Sum of RGB (Red+Green+Blue) = 187+186+37=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA25 is #4445DA. Grayscale: #A9A9A9. Windows color (decimal): -4474331 or 2472635. OLE color: 2472635.
HSL color Cylindrical-coordinate representation of color #BBBA25: hue angle of 59.6º degrees, saturation: 0.67, 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 #BBBA25 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 37 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.27 |
| HSL | 59.6º | 0.67% | 0.44% | - |
| HSV(B) | 59.6º | 0.8% | 0.73% | - |
| XYZ | 38.39 | 45.82 | 8.57 | - |
| YUV | 169.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 37 | 0 | 0.01 | 0.80 | 0.27 | 59.6 | 0.67 | 0.44 |
| Hex | BB | BA | 25 | 0 | 1 | 50 | 1B | 3C | 43 | 2C |
| Octal | 273 | 272 | 45 | 0 | 1 | 120 | 33 | 74 | 103 | 54 |
| Binary | 10111011 | 10111010 | 100101 | 0 | 1 | 1010000 | 11011 | 111100 | 1000011 | 101100 |
Color Harmonies of #BBBA25
Complementary color
Monochromatic Colors of #BBBA25
Black with #BBBA25
Text Example
Text Example
White with #BBBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA25; }
p { color: rgb(187,186,37); }
H1.HeaderClassName
{
color: #BBBA25;
}
.AnyTagClassName
{
color: #BBBA25;
}
</style>
background-color css
<style>
a { background-color: #BBBA25; }
a { background-color: rgb(187,186,37); }
div.DivClassName
{
background-color: #BBBA25;
}
.BgClassName
{
background-color: #BBBA25;
}
</style>
border-color css
<style>
span { border-color: #BBBA25; }
span { border-color: rgb(187,186,37); }
td.TdClassName
{
border-color: #BBBA25;
}
.TagClassName
{
border-color: #BBBA25;
}
</style>