Shades of Rio Grande #BBBD2B
Tints of Rio Grande #BBBD2B
RGB
CMYK
RGB Variations
Color information
#BBBD2B (or 0xBBBD2B) is known color: Rio Grande. HEX triplet: BB, BD and 2B. RGB value is (187,189,43). Sum of RGB (Red+Green+Blue) = 187+189+43=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD2B is #4442D4. Grayscale: #ACACAC. Windows color (decimal): -4473557 or 2866619. OLE color: 2866619.
HSL color Cylindrical-coordinate representation of color #BBBD2B: hue angle of 60.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBBD2B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 43 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.26 |
| HSL | 60.82º | 0.63% | 0.45% | - |
| HSV(B) | 60.82º | 0.77% | 0.74% | - |
| XYZ | 39.13 | 47.13 | 9.32 | - |
| YUV | 171.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 43 | 0.01 | 0 | 0.77 | 0.26 | 60.82 | 0.63 | 0.45 |
| Hex | BB | BD | 2B | 1 | 0 | 4D | 1A | 3D | 3F | 2D |
| Octal | 273 | 275 | 53 | 1 | 0 | 115 | 32 | 75 | 77 | 55 |
| Binary | 10111011 | 10111101 | 101011 | 1 | 0 | 1001101 | 11010 | 111101 | 111111 | 101101 |
Color Harmonies of #BBBD2B
Complementary color
Monochromatic Colors of #BBBD2B
Black with #BBBD2B
Text Example
Text Example
White with #BBBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD2B; }
p { color: rgb(187,189,43); }
H1.HeaderClassName
{
color: #BBBD2B;
}
.AnyTagClassName
{
color: #BBBD2B;
}
</style>
background-color css
<style>
a { background-color: #BBBD2B; }
a { background-color: rgb(187,189,43); }
div.DivClassName
{
background-color: #BBBD2B;
}
.BgClassName
{
background-color: #BBBD2B;
}
</style>
border-color css
<style>
span { border-color: #BBBD2B; }
span { border-color: rgb(187,189,43); }
td.TdClassName
{
border-color: #BBBD2B;
}
.TagClassName
{
border-color: #BBBD2B;
}
</style>