Shades of Rio Grande #BFCF12
Tints of Rio Grande #BFCF12
RGB
CMYK
RGB Variations
Color information
#BFCF12 (or 0xBFCF12) is known color: Rio Grande. HEX triplet: BF, CF and 12. RGB value is (191,207,18). Sum of RGB (Red+Green+Blue) = 191+207+18=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF12 is #4030ED. Grayscale: #B5B5B5. Windows color (decimal): -4206830 or 1232831. OLE color: 1232831.
HSL color Cylindrical-coordinate representation of color #BFCF12: hue angle of 65.08º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFCF12 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.19 |
| HSL | 65.08º | 0.84% | 0.44% | - |
| HSV(B) | 65.08º | 0.91% | 0.81% | - |
| XYZ | 43.91 | 55.75 | 9.02 | - |
| YUV | 180.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 18 | 0.08 | 0 | 0.91 | 0.19 | 65.08 | 0.84 | 0.44 |
| Hex | BF | CF | 12 | 8 | 0 | 5B | 13 | 41 | 54 | 2C |
| Octal | 277 | 317 | 22 | 10 | 0 | 133 | 23 | 101 | 124 | 54 |
| Binary | 10111111 | 11001111 | 10010 | 1000 | 0 | 1011011 | 10011 | 1000001 | 1010100 | 101100 |
Color Harmonies of #BFCF12
Complementary color
Monochromatic Colors of #BFCF12
Black with #BFCF12
Text Example
Text Example
White with #BFCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF12; }
p { color: rgb(191,207,18); }
H1.HeaderClassName
{
color: #BFCF12;
}
.AnyTagClassName
{
color: #BFCF12;
}
</style>
background-color css
<style>
a { background-color: #BFCF12; }
a { background-color: rgb(191,207,18); }
div.DivClassName
{
background-color: #BFCF12;
}
.BgClassName
{
background-color: #BFCF12;
}
</style>
border-color css
<style>
span { border-color: #BFCF12; }
span { border-color: rgb(191,207,18); }
td.TdClassName
{
border-color: #BFCF12;
}
.TagClassName
{
border-color: #BFCF12;
}
</style>