Shades of Rio Grande #BFC320
Tints of Rio Grande #BFC320
RGB
CMYK
RGB Variations
Color information
#BFC320 (or 0xBFC320) is known color: Rio Grande. HEX triplet: BF, C3 and 20. RGB value is (191,195,32). Sum of RGB (Red+Green+Blue) = 191+195+32=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC320 is #403CDF. Grayscale: #AFAFAF. Windows color (decimal): -4209888 or 2147263. OLE color: 2147263.
HSL color Cylindrical-coordinate representation of color #BFC320: hue angle of 61.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFC320 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 32 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.24 |
| HSL | 61.47º | 0.72% | 0.45% | - |
| HSV(B) | 61.47º | 0.84% | 0.76% | - |
| XYZ | 41.26 | 50.21 | 8.88 | - |
| YUV | 175.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 32 | 0.02 | 0 | 0.84 | 0.24 | 61.47 | 0.72 | 0.45 |
| Hex | BF | C3 | 20 | 2 | 0 | 54 | 18 | 3D | 48 | 2D |
| Octal | 277 | 303 | 40 | 2 | 0 | 124 | 30 | 75 | 110 | 55 |
| Binary | 10111111 | 11000011 | 100000 | 10 | 0 | 1010100 | 11000 | 111101 | 1001000 | 101101 |
Color Harmonies of #BFC320
Complementary color
Monochromatic Colors of #BFC320
Black with #BFC320
Text Example
Text Example
White with #BFC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC320; }
p { color: rgb(191,195,32); }
H1.HeaderClassName
{
color: #BFC320;
}
.AnyTagClassName
{
color: #BFC320;
}
</style>
background-color css
<style>
a { background-color: #BFC320; }
a { background-color: rgb(191,195,32); }
div.DivClassName
{
background-color: #BFC320;
}
.BgClassName
{
background-color: #BFC320;
}
</style>
border-color css
<style>
span { border-color: #BFC320; }
span { border-color: rgb(191,195,32); }
td.TdClassName
{
border-color: #BFC320;
}
.TagClassName
{
border-color: #BFC320;
}
</style>