Shades of Rio Grande #BBB91D
Tints of Rio Grande #BBB91D
RGB
CMYK
RGB Variations
Color information
#BBB91D (or 0xBBB91D) is known color: Rio Grande. HEX triplet: BB, B9 and 1D. RGB value is (187,185,29). Sum of RGB (Red+Green+Blue) = 187+185+29=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB91D is #4446E2. Grayscale: #A8A8A8. Windows color (decimal): -4474595 or 1948091. OLE color: 1948091.
HSL color Cylindrical-coordinate representation of color #BBB91D: hue angle of 59.24º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBB91D is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 29 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.27 |
| HSL | 59.24º | 0.73% | 0.42% | - |
| HSV(B) | 59.24º | 0.84% | 0.73% | - |
| XYZ | 38.06 | 45.35 | 7.91 | - |
| YUV | 167.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 29 | 0 | 0.01 | 0.84 | 0.27 | 59.24 | 0.73 | 0.42 |
| Hex | BB | B9 | 1D | 0 | 1 | 54 | 1B | 3B | 49 | 2A |
| Octal | 273 | 271 | 35 | 0 | 1 | 124 | 33 | 73 | 111 | 52 |
| Binary | 10111011 | 10111001 | 11101 | 0 | 1 | 1010100 | 11011 | 111011 | 1001001 | 101010 |
Color Harmonies of #BBB91D
Complementary color
Monochromatic Colors of #BBB91D
Black with #BBB91D
Text Example
Text Example
White with #BBB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB91D; }
p { color: rgb(187,185,29); }
H1.HeaderClassName
{
color: #BBB91D;
}
.AnyTagClassName
{
color: #BBB91D;
}
</style>
background-color css
<style>
a { background-color: #BBB91D; }
a { background-color: rgb(187,185,29); }
div.DivClassName
{
background-color: #BBB91D;
}
.BgClassName
{
background-color: #BBB91D;
}
</style>
border-color css
<style>
span { border-color: #BBB91D; }
span { border-color: rgb(187,185,29); }
td.TdClassName
{
border-color: #BBB91D;
}
.TagClassName
{
border-color: #BBB91D;
}
</style>