Shades of Rio Grande #BFC723
Tints of Rio Grande #BFC723
RGB
CMYK
RGB Variations
Color information
#BFC723 (or 0xBFC723) is known color: Rio Grande. HEX triplet: BF, C7 and 23. RGB value is (191,199,35). Sum of RGB (Red+Green+Blue) = 191+199+35=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC723 is #4038DC. Grayscale: #B2B2B2. Windows color (decimal): -4208861 or 2344895. OLE color: 2344895.
HSL color Cylindrical-coordinate representation of color #BFC723: hue angle of 62.93º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFC723 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 35 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.22 |
| HSL | 62.93º | 0.7% | 0.46% | - |
| HSV(B) | 62.93º | 0.82% | 0.78% | - |
| XYZ | 42.21 | 52.04 | 9.41 | - |
| YUV | 177.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 35 | 0.04 | 0 | 0.82 | 0.22 | 62.93 | 0.7 | 0.46 |
| Hex | BF | C7 | 23 | 4 | 0 | 52 | 16 | 3F | 46 | 2E |
| Octal | 277 | 307 | 43 | 4 | 0 | 122 | 26 | 77 | 106 | 56 |
| Binary | 10111111 | 11000111 | 100011 | 100 | 0 | 1010010 | 10110 | 111111 | 1000110 | 101110 |
Color Harmonies of #BFC723
Complementary color
Monochromatic Colors of #BFC723
Black with #BFC723
Text Example
Text Example
White with #BFC723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC723; }
p { color: rgb(191,199,35); }
H1.HeaderClassName
{
color: #BFC723;
}
.AnyTagClassName
{
color: #BFC723;
}
</style>
background-color css
<style>
a { background-color: #BFC723; }
a { background-color: rgb(191,199,35); }
div.DivClassName
{
background-color: #BFC723;
}
.BgClassName
{
background-color: #BFC723;
}
</style>
border-color css
<style>
span { border-color: #BFC723; }
span { border-color: rgb(191,199,35); }
td.TdClassName
{
border-color: #BFC723;
}
.TagClassName
{
border-color: #BFC723;
}
</style>