Shades of Rio Grande #BFBD2D
Tints of Rio Grande #BFBD2D
RGB
CMYK
RGB Variations
Color information
#BFBD2D (or 0xBFBD2D) is known color: Rio Grande. HEX triplet: BF, BD and 2D. RGB value is (191,189,45). Sum of RGB (Red+Green+Blue) = 191+189+45=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD2D is #4042D2. Grayscale: #ADADAD. Windows color (decimal): -4211411 or 2997695. OLE color: 2997695.
HSL color Cylindrical-coordinate representation of color #BFBD2D: hue angle of 59.18º 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 #BFBD2D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 45 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.25 |
| HSL | 59.18º | 0.62% | 0.46% | - |
| HSV(B) | 59.18º | 0.76% | 0.75% | - |
| XYZ | 40.16 | 47.66 | 9.57 | - |
| YUV | 173.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 45 | 0 | 0.01 | 0.76 | 0.25 | 59.18 | 0.62 | 0.46 |
| Hex | BF | BD | 2D | 0 | 1 | 4C | 19 | 3B | 3E | 2E |
| Octal | 277 | 275 | 55 | 0 | 1 | 114 | 31 | 73 | 76 | 56 |
| Binary | 10111111 | 10111101 | 101101 | 0 | 1 | 1001100 | 11001 | 111011 | 111110 | 101110 |
Color Harmonies of #BFBD2D
Complementary color
Monochromatic Colors of #BFBD2D
Black with #BFBD2D
Text Example
Text Example
White with #BFBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD2D; }
p { color: rgb(191,189,45); }
H1.HeaderClassName
{
color: #BFBD2D;
}
.AnyTagClassName
{
color: #BFBD2D;
}
</style>
background-color css
<style>
a { background-color: #BFBD2D; }
a { background-color: rgb(191,189,45); }
div.DivClassName
{
background-color: #BFBD2D;
}
.BgClassName
{
background-color: #BFBD2D;
}
</style>
border-color css
<style>
span { border-color: #BFBD2D; }
span { border-color: rgb(191,189,45); }
td.TdClassName
{
border-color: #BFBD2D;
}
.TagClassName
{
border-color: #BFBD2D;
}
</style>