Shades of Rio Grande #BFBB21
Tints of Rio Grande #BFBB21
RGB
CMYK
RGB Variations
Color information
#BFBB21 (or 0xBFBB21) is known color: Rio Grande. HEX triplet: BF, BB and 21. RGB value is (191,187,33). Sum of RGB (Red+Green+Blue) = 191+187+33=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB21 is #4044DE. Grayscale: #ABABAB. Windows color (decimal): -4211935 or 2210751. OLE color: 2210751.
HSL color Cylindrical-coordinate representation of color #BFBB21: hue angle of 58.48º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFBB21 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 33 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.25 |
| HSL | 58.48º | 0.71% | 0.44% | - |
| HSV(B) | 58.48º | 0.83% | 0.75% | - |
| XYZ | 39.53 | 46.73 | 8.37 | - |
| YUV | 170.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 33 | 0 | 0.02 | 0.83 | 0.25 | 58.48 | 0.71 | 0.44 |
| Hex | BF | BB | 21 | 0 | 2 | 53 | 19 | 3A | 47 | 2C |
| Octal | 277 | 273 | 41 | 0 | 2 | 123 | 31 | 72 | 107 | 54 |
| Binary | 10111111 | 10111011 | 100001 | 0 | 10 | 1010011 | 11001 | 111010 | 1000111 | 101100 |
Color Harmonies of #BFBB21
Complementary color
Monochromatic Colors of #BFBB21
Black with #BFBB21
Text Example
Text Example
White with #BFBB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB21; }
p { color: rgb(191,187,33); }
H1.HeaderClassName
{
color: #BFBB21;
}
.AnyTagClassName
{
color: #BFBB21;
}
</style>
background-color css
<style>
a { background-color: #BFBB21; }
a { background-color: rgb(191,187,33); }
div.DivClassName
{
background-color: #BFBB21;
}
.BgClassName
{
background-color: #BFBB21;
}
</style>
border-color css
<style>
span { border-color: #BFBB21; }
span { border-color: rgb(191,187,33); }
td.TdClassName
{
border-color: #BFBB21;
}
.TagClassName
{
border-color: #BFBB21;
}
</style>