Shades of Rio Grande #BBBA2C
Tints of Rio Grande #BBBA2C
RGB
CMYK
RGB Variations
Color information
#BBBA2C (or 0xBBBA2C) is known color: Rio Grande. HEX triplet: BB, BA and 2C. RGB value is (187,186,44). Sum of RGB (Red+Green+Blue) = 187+186+44=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA2C is #4445D3. Grayscale: #AAAAAA. Windows color (decimal): -4474324 or 2931387. OLE color: 2931387.
HSL color Cylindrical-coordinate representation of color #BBBA2C: hue angle of 59.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBBA2C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 44 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.27 |
| HSL | 59.58º | 0.62% | 0.45% | - |
| HSV(B) | 59.58º | 0.76% | 0.73% | - |
| XYZ | 38.51 | 45.86 | 9.21 | - |
| YUV | 170.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 44 | 0 | 0.01 | 0.76 | 0.27 | 59.58 | 0.62 | 0.45 |
| Hex | BB | BA | 2C | 0 | 1 | 4C | 1B | 3C | 3E | 2D |
| Octal | 273 | 272 | 54 | 0 | 1 | 114 | 33 | 74 | 76 | 55 |
| Binary | 10111011 | 10111010 | 101100 | 0 | 1 | 1001100 | 11011 | 111100 | 111110 | 101101 |
Color Harmonies of #BBBA2C
Complementary color
Monochromatic Colors of #BBBA2C
Black with #BBBA2C
Text Example
Text Example
White with #BBBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA2C; }
p { color: rgb(187,186,44); }
H1.HeaderClassName
{
color: #BBBA2C;
}
.AnyTagClassName
{
color: #BBBA2C;
}
</style>
background-color css
<style>
a { background-color: #BBBA2C; }
a { background-color: rgb(187,186,44); }
div.DivClassName
{
background-color: #BBBA2C;
}
.BgClassName
{
background-color: #BBBA2C;
}
</style>
border-color css
<style>
span { border-color: #BBBA2C; }
span { border-color: rgb(187,186,44); }
td.TdClassName
{
border-color: #BBBA2C;
}
.TagClassName
{
border-color: #BBBA2C;
}
</style>