Shades of Rio Grande #BFC325
Tints of Rio Grande #BFC325
RGB
CMYK
RGB Variations
Color information
#BFC325 (or 0xBFC325) is known color: Rio Grande. HEX triplet: BF, C3 and 25. RGB value is (191,195,37). Sum of RGB (Red+Green+Blue) = 191+195+37=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC325 is #403CDA. Grayscale: #B0B0B0. Windows color (decimal): -4209883 or 2474943. OLE color: 2474943.
HSL color Cylindrical-coordinate representation of color #BFC325: hue angle of 61.52º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFC325 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 37 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.24 |
| HSL | 61.52º | 0.68% | 0.45% | - |
| HSV(B) | 61.52º | 0.81% | 0.76% | - |
| XYZ | 41.33 | 50.24 | 9.27 | - |
| YUV | 175.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 37 | 0.02 | 0 | 0.81 | 0.24 | 61.52 | 0.68 | 0.45 |
| Hex | BF | C3 | 25 | 2 | 0 | 51 | 18 | 3E | 44 | 2D |
| Octal | 277 | 303 | 45 | 2 | 0 | 121 | 30 | 76 | 104 | 55 |
| Binary | 10111111 | 11000011 | 100101 | 10 | 0 | 1010001 | 11000 | 111110 | 1000100 | 101101 |
Color Harmonies of #BFC325
Complementary color
Monochromatic Colors of #BFC325
Black with #BFC325
Text Example
Text Example
White with #BFC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC325; }
p { color: rgb(191,195,37); }
H1.HeaderClassName
{
color: #BFC325;
}
.AnyTagClassName
{
color: #BFC325;
}
</style>
background-color css
<style>
a { background-color: #BFC325; }
a { background-color: rgb(191,195,37); }
div.DivClassName
{
background-color: #BFC325;
}
.BgClassName
{
background-color: #BFC325;
}
</style>
border-color css
<style>
span { border-color: #BFC325; }
span { border-color: rgb(191,195,37); }
td.TdClassName
{
border-color: #BFC325;
}
.TagClassName
{
border-color: #BFC325;
}
</style>