Shades of Rio Grande #BFC327
Tints of Rio Grande #BFC327
RGB
CMYK
RGB Variations
Color information
#BFC327 (or 0xBFC327) is known color: Rio Grande. HEX triplet: BF, C3 and 27. RGB value is (191,195,39). Sum of RGB (Red+Green+Blue) = 191+195+39=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC327 is #403CD8. Grayscale: #B0B0B0. Windows color (decimal): -4209881 or 2606015. OLE color: 2606015.
HSL color Cylindrical-coordinate representation of color #BFC327: hue angle of 61.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC327 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 39 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.24 |
| HSL | 61.54º | 0.67% | 0.46% | - |
| HSV(B) | 61.54º | 0.8% | 0.76% | - |
| XYZ | 41.37 | 50.25 | 9.44 | - |
| YUV | 176.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 39 | 0.02 | 0 | 0.80 | 0.24 | 61.54 | 0.67 | 0.46 |
| Hex | BF | C3 | 27 | 2 | 0 | 50 | 18 | 3E | 43 | 2E |
| Octal | 277 | 303 | 47 | 2 | 0 | 120 | 30 | 76 | 103 | 56 |
| Binary | 10111111 | 11000011 | 100111 | 10 | 0 | 1010000 | 11000 | 111110 | 1000011 | 101110 |
Color Harmonies of #BFC327
Complementary color
Monochromatic Colors of #BFC327
Black with #BFC327
Text Example
Text Example
White with #BFC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC327; }
p { color: rgb(191,195,39); }
H1.HeaderClassName
{
color: #BFC327;
}
.AnyTagClassName
{
color: #BFC327;
}
</style>
background-color css
<style>
a { background-color: #BFC327; }
a { background-color: rgb(191,195,39); }
div.DivClassName
{
background-color: #BFC327;
}
.BgClassName
{
background-color: #BFC327;
}
</style>
border-color css
<style>
span { border-color: #BFC327; }
span { border-color: rgb(191,195,39); }
td.TdClassName
{
border-color: #BFC327;
}
.TagClassName
{
border-color: #BFC327;
}
</style>