Shades of Rio Grande #BFBC1C
Tints of Rio Grande #BFBC1C
RGB
CMYK
RGB Variations
Color information
#BFBC1C (or 0xBFBC1C) is known color: Rio Grande. HEX triplet: BF, BC and 1C. RGB value is (191,188,28). Sum of RGB (Red+Green+Blue) = 191+188+28=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC1C is #4043E3. Grayscale: #ABABAB. Windows color (decimal): -4211684 or 1883327. OLE color: 1883327.
HSL color Cylindrical-coordinate representation of color #BFBC1C: hue angle of 58.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFBC1C is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 28 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.25 |
| HSL | 58.9º | 0.74% | 0.43% | - |
| HSV(B) | 58.9º | 0.85% | 0.75% | - |
| XYZ | 39.68 | 47.13 | 8.1 | - |
| YUV | 170.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 28 | 0 | 0.02 | 0.85 | 0.25 | 58.9 | 0.74 | 0.43 |
| Hex | BF | BC | 1C | 0 | 2 | 55 | 19 | 3B | 4A | 2B |
| Octal | 277 | 274 | 34 | 0 | 2 | 125 | 31 | 73 | 112 | 53 |
| Binary | 10111111 | 10111100 | 11100 | 0 | 10 | 1010101 | 11001 | 111011 | 1001010 | 101011 |
Color Harmonies of #BFBC1C
Complementary color
Monochromatic Colors of #BFBC1C
Black with #BFBC1C
Text Example
Text Example
White with #BFBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC1C; }
p { color: rgb(191,188,28); }
H1.HeaderClassName
{
color: #BFBC1C;
}
.AnyTagClassName
{
color: #BFBC1C;
}
</style>
background-color css
<style>
a { background-color: #BFBC1C; }
a { background-color: rgb(191,188,28); }
div.DivClassName
{
background-color: #BFBC1C;
}
.BgClassName
{
background-color: #BFBC1C;
}
</style>
border-color css
<style>
span { border-color: #BFBC1C; }
span { border-color: rgb(191,188,28); }
td.TdClassName
{
border-color: #BFBC1C;
}
.TagClassName
{
border-color: #BFBC1C;
}
</style>