Shades of Rio Grande #BFBF2D
Tints of Rio Grande #BFBF2D
RGB
CMYK
RGB Variations
Color information
#BFBF2D (or 0xBFBF2D) is known color: Rio Grande. HEX triplet: BF, BF and 2D. RGB value is (191,191,45). Sum of RGB (Red+Green+Blue) = 191+191+45=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF2D is #4040D2. Grayscale: #AEAEAE. Windows color (decimal): -4210899 or 2998207. OLE color: 2998207.
HSL color Cylindrical-coordinate representation of color #BFBF2D: hue angle of 60º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFBF2D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 45 | - |
| CMYK | 0 | 0 | 0.76 | 0.25 |
| HSL | 60º | 0.62% | 0.46% | - |
| HSV(B) | 60º | 0.76% | 0.75% | - |
| XYZ | 40.59 | 48.53 | 9.71 | - |
| YUV | 174.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 45 | 0 | 0 | 0.76 | 0.25 | 60 | 0.62 | 0.46 |
| Hex | BF | BF | 2D | 0 | 0 | 4C | 19 | 3C | 3E | 2E |
| Octal | 277 | 277 | 55 | 0 | 0 | 114 | 31 | 74 | 76 | 56 |
| Binary | 10111111 | 10111111 | 101101 | 0 | 0 | 1001100 | 11001 | 111100 | 111110 | 101110 |
Color Harmonies of #BFBF2D
Complementary color
Monochromatic Colors of #BFBF2D
Black with #BFBF2D
Text Example
Text Example
White with #BFBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF2D; }
p { color: rgb(191,191,45); }
H1.HeaderClassName
{
color: #BFBF2D;
}
.AnyTagClassName
{
color: #BFBF2D;
}
</style>
background-color css
<style>
a { background-color: #BFBF2D; }
a { background-color: rgb(191,191,45); }
div.DivClassName
{
background-color: #BFBF2D;
}
.BgClassName
{
background-color: #BFBF2D;
}
</style>
border-color css
<style>
span { border-color: #BFBF2D; }
span { border-color: rgb(191,191,45); }
td.TdClassName
{
border-color: #BFBF2D;
}
.TagClassName
{
border-color: #BFBF2D;
}
</style>