Shades of Rio Grande #BFBC2B
Tints of Rio Grande #BFBC2B
RGB
CMYK
RGB Variations
Color information
#BFBC2B (or 0xBFBC2B) is known color: Rio Grande. HEX triplet: BF, BC and 2B. RGB value is (191,188,43). Sum of RGB (Red+Green+Blue) = 191+188+43=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC2B is #4043D4. Grayscale: #ACACAC. Windows color (decimal): -4211669 or 2866367. OLE color: 2866367.
HSL color Cylindrical-coordinate representation of color #BFBC2B: hue angle of 58.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFBC2B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 43 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.25 |
| HSL | 58.78º | 0.63% | 0.46% | - |
| HSV(B) | 58.78º | 0.77% | 0.75% | - |
| XYZ | 39.91 | 47.22 | 9.3 | - |
| YUV | 172.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 43 | 0 | 0.02 | 0.77 | 0.25 | 58.78 | 0.63 | 0.46 |
| Hex | BF | BC | 2B | 0 | 2 | 4D | 19 | 3B | 3F | 2E |
| Octal | 277 | 274 | 53 | 0 | 2 | 115 | 31 | 73 | 77 | 56 |
| Binary | 10111111 | 10111100 | 101011 | 0 | 10 | 1001101 | 11001 | 111011 | 111111 | 101110 |
Color Harmonies of #BFBC2B
Complementary color
Monochromatic Colors of #BFBC2B
Black with #BFBC2B
Text Example
Text Example
White with #BFBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC2B; }
p { color: rgb(191,188,43); }
H1.HeaderClassName
{
color: #BFBC2B;
}
.AnyTagClassName
{
color: #BFBC2B;
}
</style>
background-color css
<style>
a { background-color: #BFBC2B; }
a { background-color: rgb(191,188,43); }
div.DivClassName
{
background-color: #BFBC2B;
}
.BgClassName
{
background-color: #BFBC2B;
}
</style>
border-color css
<style>
span { border-color: #BFBC2B; }
span { border-color: rgb(191,188,43); }
td.TdClassName
{
border-color: #BFBC2B;
}
.TagClassName
{
border-color: #BFBC2B;
}
</style>