Shades of Rio Grande #BFBD29
Tints of Rio Grande #BFBD29
RGB
CMYK
RGB Variations
Color information
#BFBD29 (or 0xBFBD29) is known color: Rio Grande. HEX triplet: BF, BD and 29. RGB value is (191,189,41). Sum of RGB (Red+Green+Blue) = 191+189+41=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD29 is #4042D6. Grayscale: #ADADAD. Windows color (decimal): -4211415 or 2735551. OLE color: 2735551.
HSL color Cylindrical-coordinate representation of color #BFBD29: hue angle of 59.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFBD29 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 41 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.25 |
| HSL | 59.2º | 0.65% | 0.45% | - |
| HSV(B) | 59.2º | 0.79% | 0.75% | - |
| XYZ | 40.08 | 47.63 | 9.18 | - |
| YUV | 172.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 41 | 0 | 0.01 | 0.79 | 0.25 | 59.2 | 0.65 | 0.45 |
| Hex | BF | BD | 29 | 0 | 1 | 4F | 19 | 3B | 41 | 2D |
| Octal | 277 | 275 | 51 | 0 | 1 | 117 | 31 | 73 | 101 | 55 |
| Binary | 10111111 | 10111101 | 101001 | 0 | 1 | 1001111 | 11001 | 111011 | 1000001 | 101101 |
Color Harmonies of #BFBD29
Complementary color
Monochromatic Colors of #BFBD29
Black with #BFBD29
Text Example
Text Example
White with #BFBD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD29; }
p { color: rgb(191,189,41); }
H1.HeaderClassName
{
color: #BFBD29;
}
.AnyTagClassName
{
color: #BFBD29;
}
</style>
background-color css
<style>
a { background-color: #BFBD29; }
a { background-color: rgb(191,189,41); }
div.DivClassName
{
background-color: #BFBD29;
}
.BgClassName
{
background-color: #BFBD29;
}
</style>
border-color css
<style>
span { border-color: #BFBD29; }
span { border-color: rgb(191,189,41); }
td.TdClassName
{
border-color: #BFBD29;
}
.TagClassName
{
border-color: #BFBD29;
}
</style>